blob: 47ce6dd7b418d28407a3aff99a1e7b88b116fb76 (
plain)
1
2
3
4
5
6
7
8
9
|
ifeq ($(MAKESERVER),1)
$(error Please do not specify MAKESERVER=1)
endif
SUBDIRS = compat geometry keycodes rules symbols types
load_makefile $(SUBDIRS:%=%\makefile MAKESERVER=0 DEBUG=$(DEBUG);)
all: $(SUBDIRS:%=%\all)
|