server/src/mapper/Makefile.reich
2001-01-25 09:37:55 +00:00

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}