server/src/marquardt.mk

24 lines
297 B
Makefile
Raw Normal View History

2001-02-15 11:50:29 +01:00
ifndef ERESSEA
export ERESSEA=$(PWD)
endif
# CONVERT_TRIGGERS = 1
NCURSES = 1
# Hier definieren, damit nicht '@gcc'
CC = gcc
AR = ar
CTAGS = ctags
CC = gcc
LD = gcc
INSTALL = cp
# CFLAGS += -Wshadow
MSG_COMPILE = "Compiling $@"
MSG_SUBDIR = "Making $@ in $$subdir"