summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-02-13 02:35:20 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-02-13 02:35:20 +0100
commita10a1da00c0bc9ac7333393bc6dcc4e06aca999e (patch)
tree9e4bda743618ec80e3fe5e649b0984a6dc787f9f /Makefile
parente934bdd167bc86557a9952a7605ec4ea2a283ec8 (diff)
Start working on the vents.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5d3b4eb..513e618 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ PARTS := maps/p0_master.map \
maps/p9_reactor.map \
maps/p10_nexus.map \
maps/p11_archive.map \
- maps/p12_xen.map
+ maps/p12_xen.map \
+ maps/p13_vents.map
WHOLE := maps/analmango
MAP ?= analmango
@@ -82,8 +83,6 @@ $(WHOLE).map: $(PARTS)
# Compiling .map files into .bsp files
#
-
-
maps/%.bsp: maps/%.map
$(Q3MAP) $(Q3MAP_FLAGS) $(Q3MAP_BSP) $<
ifdef Q3MAP_VIS