More useful CFLAGS.
authorTimo Korvola <tkorvola@iki.fi>
Fri, 9 Mar 2018 21:51:09 +0000 (23:51 +0200)
committerDavid Griffith <dave@661.org>
Sun, 11 Mar 2018 11:48:51 +0000 (04:48 -0700)
commit9e8d09e8d49769b9f889bb62d7a89035eb2e3d3a
tree3bb97af4707667c6f5e02457c6f8ca0d7733220b
parentf7014db773c7ddc801398e638110509d8aec3840
More useful CFLAGS.

Comment away -Wextra: it produces too many false positives for
regular use.  Aim for ISO C instead of GNU (still 99 vintage).
strdup is just too handy though: bring it in from POSIX 2008.
Curses sound uses pthreads, compile accordingly.
Makefile