diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |