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