From 96d44ee0d91c1e1845b160b67d8365613b276016 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 18 Aug 2018 12:08:05 +0200 Subject: Get rid of Xen and 106. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 644abef..bb8d7ee 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit