forked from github/server
12 lines
156 B
Makefile
12 lines
156 B
Makefile
#
|
|
## enable some new features in the source:
|
|
#
|
|
|
|
# CONVERT_TRIGGERS = 1
|
|
|
|
CFLAGS += -DUSE_GM_COMMANDS -DTEST_GM_COMMANDS
|
|
|
|
LD=gcc
|
|
AR=ar
|
|
CC=gcc
|
|
INSTALL=install
|