Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2015-07-03 19:09:59 +02:00
parent 8a859d2930
commit 4aca113c83

View File

@ -7,7 +7,7 @@ CC = cc
CPPFLAGSF= -I ../include -DSTANDALONE
CPPFLAGS=
CFLAGSF = -W `pkg-config --cflags cpp`
CFLAGS = -Wall -g -O2
CFLAGS = -Wall -g -O2 -pedantic
LDFLAGSF= `pkg-config --libs cpp`
AR = ar
RANLIB = ranlib