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