server/src/enno.mk

15 lines
243 B
Makefile
Raw Normal View History

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