config.mk (235B)
1 VERSION = 0.1 2 3 PREFIX = /usr/local 4 PKG_CONFIG_PATH = /usr/lib/pkgconfig 5 6 ARFLAGS = rc 7 #CFLAGS = -Os -s -ansi -pedantic -Wall -Wno-strict-prototypes 8 CFLAGS = -O0 -g -ansi -pedantic -Wall -Wno-strict-prototypes 9 10 AR = ar 11 CC = cc