summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-12-25 19:04:15 +0100
committerPaweł Redman <pawel.redman@gmail.com>2016-12-25 19:04:15 +0100
commitabfaaee7d5297ff1baaca52c30da135cb5a936c7 (patch)
treef3a8f52d86dec893e84326048b8c1cd416c2eef6
parenta42696f9e7a01532c35cb6a3f474008caf5ba8b4 (diff)
Fix pk3 building.
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b27b2a..7ae1a58 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ PARTS := maps/p0_master.map \
maps/p1_bases.map \
maps/p2_clockroom.map \
maps/p3_dretchpwner.map \
- maps/p4_thepress.map
+ maps/p4_thepress.map \
+ maps/p5_euclid.map
WHOLE := maps/analmango
.DEFAULT_GOAL := $(WHOLE).bsp
@@ -39,7 +40,7 @@ WHOLE := maps/analmango
#
analmango.pk3: $(WHOLE).bsp
- zip -r9 $@ maps/analmango.bsp scripts sound textures
+ zip -r9 $@ maps/analmango.bsp scripts sound textures models
#
# Assembling the complete .map from parts