diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-22 21:59:18 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-22 21:59:18 +0100 |
commit | 3fd43f83f02954c960cf9ed033cb9918a03834ac (patch) | |
tree | cc6d0990652ed868a7e7c0d39ecad52cec5c7dcc /Makefile | |
parent | 69f1119fc0942b2ae1ed86621c165af0cc1ac38d (diff) |
Refactor file structure and add WIP clockroom.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -PARTS := src/Human_Base.map -OUT := analmango.map +PARTS := maps/Human_Base.map \ + maps/p2_clockroom.map +OUT := maps/analmango -$(OUT): $(PARTS) +$(OUT).map: $(PARTS) mapcat $^ -o $@ clean: |