Makefiles: don't set defaults for CFLAGS.

CFLAGS is now empty by default.  If its value must be set, it should be
done in the command line for make.
This commit is contained in:
John "Elwin" Edwards 2014-03-29 09:45:33 -07:00
parent a8b96bbc3e
commit 9a8022c683
5 changed files with 6 additions and 10 deletions

View file

@ -53,7 +53,7 @@ DOCS= arogue58.doc arogue58.html
CC = gcc
CPPFLAGS =@DEFS@
CFLAGS= -g
CFLAGS=
CRLIB = -lcurses
RM = rm -f
TAR = tar