summaryrefslogtreecommitdiff log msg author committer range path: root/client/Makefileblob: 5746f5743c1199cd8c6c0ea3a36dab51328e66b7 (plain) 1 2 3 4 5 6 7 8 9 TARGETS = battlemap all: $(TARGETS) $(addsuffix .html,$(TARGETS)) $(TARGETS): $(MAKE) -C elm/$@ index.html %.html: elm/%/index.html cp $< $@