From 7f5519855c600692cf245fa79dc9670b3daa712c Mon Sep 17 00:00:00 2001
From: Paweł Redman <pawel.redman@gmail.com>
Date: Sun, 25 Dec 2016 00:06:32 +0100
Subject: Add p3 to the Makefile.

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b6753c2..641b086 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ MAPCAT_FLAGS +=
 
 PARTS := maps/p0_master.map \
          maps/p1_bases.map \
-         maps/p2_clockroom.map
+         maps/p2_clockroom.map \
+				 maps/p3_dretchpwner.map
 WHOLE := maps/analmango
 
 .DEFAULT_GOAL := $(WHOLE).bsp
-- 
cgit