forked from github/server
a464c031c3
Meine Güte, haben wir viel geändert... Das gibt sicher ein Hammer-Diff.
14 lines
243 B
Makefile
14 lines
243 B
Makefile
#
|
||
## enable some new features in the source:
|
||
#
|
||
|
||
#CONVERT_TRIGGERS = 1
|
||
|
||
CFLAGS += -DENNO_ROXXORS
|
||
|
||
LD=gcc
|
||
AR=ar
|
||
CC=@colorgcc
|
||
INSTALL=install
|
||
MSG_COMPILE = "[1m[32m---> Compiling $@ [0m"
|
||
MSG_SUBDIR = "[1m[37m--> Making $@ in $$subdir [0m"
|