summaryrefslogtreecommitdiff
path: root/src/map/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/GNUmakefile')
-rw-r--r--src/map/GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/GNUmakefile b/src/map/GNUmakefile
new file mode 100644
index 0000000..a02deda
--- /dev/null
+++ b/src/map/GNUmakefile
@@ -0,0 +1,7 @@
+.SUFFIXES:
+all:
+ make -C ../.. map-server
+clean:
+ rm -r ../../obj/map/
+%::
+ make -C ../.. obj/map/$@