diff options
author | MaeJong <mewiceclair@gmail.com> | 2016-12-26 16:43:41 +0100 |
---|---|---|
committer | MaeJong <mewiceclair@gmail.com> | 2016-12-26 16:43:41 +0100 |
commit | d5e377ca015e268e9c50536572f335cd020ad67d (patch) | |
tree | 3fb05122806f7fa4ffc6d06da13bc3d45289ecc4 /Makefile | |
parent | 09776a4ea853694ff07bf70de618b8fc8a56c38c (diff) | |
parent | a16fbf164db7e00dbfba49811a76afd86fed7a59 (diff) |
Merge branch 'master' of redman.xyz:/var/git/analmango into maejong
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -26,7 +26,10 @@ MAPCAT_FLAGS += PARTS := maps/p0_master.map \ maps/p1_bases.map \ maps/p2_clockroom.map \ - maps/p3_dretchpwner.map + maps/p3_dretchpwner.map \ + maps/p4_thepress.map \ + maps/p5_euclid.map \ + maps/p6_engineering.map WHOLE := maps/analmango .DEFAULT_GOAL := $(WHOLE).bsp @@ -38,7 +41,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 |