diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -49,9 +49,7 @@ PARTS := maps/p0_master.map \ maps/p9_reactor.map \ maps/p10_nexus.map \ maps/p11_archive.map \ - maps/p12_xen.map \ - maps/p13_vents.map \ - maps/p14_106.map + maps/p13_vents.map WHOLE := maps/analmango MAP ?= analmango @@ -63,7 +61,7 @@ MAP ?= analmango # Creating a .pk3 with all the assets # -PK3 ?= analmango.pk3 +PK3 ?= map-analmango.pk3 $(PK3): $(WHOLE).bsp cat pk3.list | (while read ent; do echo $$ent; done) | xargs zip -r9 $(PK3) |