summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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