diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-08-18 12:08:05 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-08-18 12:08:05 +0200 |
commit | 96d44ee0d91c1e1845b160b67d8365613b276016 (patch) | |
tree | 675f53a70491ee68e71b4bc03f1067e82b894942 /Makefile | |
parent | c0e2392c1a73bcb5362b889d7360e28511ed99c9 (diff) |
Get rid of Xen and 106.
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) |