summaryrefslogtreecommitdiff
path: root/src/map/GNUmakefile
blob: a02dedaabe33c90de67124d1399783e5b797cdc3 (plain) (blame)
1
2
3
4
5
6
7
.SUFFIXES:
all:
	make -C ../.. map-server
clean:
	rm -r ../../obj/map/
%::
	make -C ../.. obj/map/$@