DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

Makefile: make -llibs LDFLAGS #62

Closed escondida closed 6 years ago

escondida commented 6 years ago

Rationale: clang (correctly) warns about unused linker flags if these are set as CFLAGS. My mistake in the original Makefile re-do.