allow CFLAGS, LDFLAGS initial values from env

e.g. $ CFLAGS="-fPIE" make

github: closes #44
This commit is contained in:
Glenn Strauss 2016-10-27 22:13:20 -04:00
parent 35efe5e575
commit aeed2ba662

View File

@ -99,7 +99,7 @@ endif
## generic gcc CFLAGS. -DTIME must be included.
CFLAGS = -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
CFLAGS += -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
##############################################################################