forked from github/server
7 lines
188 B
Text
7 lines
188 B
Text
WARN = -Wall -ansi -pedantic -Wno-char-subscripts -Wno-parentheses
|
|
DEBUG = -g ${WARN}
|
|
LIBS = -lncurses -lm -lefence
|
|
|
|
CFLAGS = ${DEBUG} -I.. -I/usr/local/include ${OPT}
|
|
LDFLAGS = ${DEBUG}
|
|
|