From d1d67a282f1f400bb8938aba6615c0ac4c176a3d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 25 Dec 2016 10:39:22 +0100 Subject: Very early version of the press (p4). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 641b086..2b27b2a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ MAPCAT_FLAGS += PARTS := maps/p0_master.map \ maps/p1_bases.map \ maps/p2_clockroom.map \ - maps/p3_dretchpwner.map + maps/p3_dretchpwner.map \ + maps/p4_thepress.map WHOLE := maps/analmango .DEFAULT_GOAL := $(WHOLE).bsp -- cgit From abfaaee7d5297ff1baaca52c30da135cb5a936c7 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 25 Dec 2016 19:04:15 +0100 Subject: Fix pk3 building. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b27b2a..7ae1a58 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ PARTS := maps/p0_master.map \ maps/p1_bases.map \ maps/p2_clockroom.map \ maps/p3_dretchpwner.map \ - maps/p4_thepress.map + maps/p4_thepress.map \ + maps/p5_euclid.map WHOLE := maps/analmango .DEFAULT_GOAL := $(WHOLE).bsp @@ -39,7 +40,7 @@ WHOLE := maps/analmango # analmango.pk3: $(WHOLE).bsp - zip -r9 $@ maps/analmango.bsp scripts sound textures + zip -r9 $@ maps/analmango.bsp scripts sound textures models # # Assembling the complete .map from parts -- cgit From 6cea8323a48292e8677f38c883bc142f2f3da263 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 26 Dec 2016 02:35:10 +0100 Subject: Split p2 into p2 and p6. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ae1a58..1c08824 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ PARTS := maps/p0_master.map \ maps/p2_clockroom.map \ maps/p3_dretchpwner.map \ maps/p4_thepress.map \ - maps/p5_euclid.map + maps/p5_euclid.map \ + maps/p6_engineering.map WHOLE := maps/analmango .DEFAULT_GOAL := $(WHOLE).bsp -- cgit