diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |