Makefile: Fix CFLAGS variable name

CCFLAGS is non-standard, and thus ignored now that standard make rules are
used.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
This commit is contained in:
Andrew Jeffery 2017-12-18 12:23:27 +10:30
parent 4dd67e42bc
commit 01511920e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CCFLAGS = -Wall -Wshadow -O2 -g
CFLAGS = -Wall -Wshadow -O2 -g
LDLIBS = -lm