PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
334 stars 32 forks source link

split linker & compiler flags apart #106

Closed vapier closed 2 years ago

vapier commented 2 years ago

All the -L/-l flags are not needed when compiling, only when linking. This produces much simpler build output, and is more correct.