server/src/mapper/Makefile.reich

8 lines
188 B
Makefile
Raw Normal View History

2001-01-25 10:37:55 +01:00
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}