summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f19f408..363d1b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
-PARTS := src/Human_Base.map
-OUT := analmango.map
+PARTS := maps/Human_Base.map \
+ maps/p2_clockroom.map
+OUT := maps/analmango
-$(OUT): $(PARTS)
+$(OUT).map: $(PARTS)
mapcat $^ -o $@
clean: