server/src/enno.mk

15 lines
265 B
Makefile
Raw Normal View History

2001-01-30 21:02:06 +01:00
#
## enable some new features in the source:
#
2001-02-04 09:42:36 +01:00
CONVERT_TRIGGERS = 1
#CFLAGS += -DUSE_GM_COMMANDS -DTEST_GM_COMMANDS
LD=gcc
AR=ar
CC=@colorgcc
INSTALL=install
2001-02-10 23:02:10 +01:00
MSG_COMPILE = "---> Compiling $@ "
MSG_SUBDIR = "--> Making $@ in $$subdir "