summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb8d7ee..dc1a23f 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ MAP ?= analmango
# Creating a .pk3 with all the assets
#
-PK3 ?= map-analmango.pk3
+PK3 ?= map-analmango-rev1.pk3
$(PK3): $(WHOLE).bsp
cat pk3.list | (while read ent; do echo $$ent; done) | xargs zip -r9 $(PK3)