blob: 94c550947b0129dae272f643432cbb15456778ec (
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 keymap rules semantics symbols types
load_makefile $(SUBDIRS:%=%\makefile MAKESERVER=0 DEBUG=$(DEBUG);)
all: $(SUBDIRS:%=%\all)
|