diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-08-18 12:18:48 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-08-18 12:18:48 +0200 |
commit | 7e79cc8b0082ea09440b56177d8f6f60646555bf (patch) | |
tree | aa6dffff1524af087f6081a0cbb732fe61a495b1 /Makefile | |
parent | 0f7efbd478b0a74f44765abc5997af2b3986731d (diff) |
Bump version to 'revision 1.'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ MAP ?= analmango # Creating a .pk3 with all the assets # -PK3 ?= map-analmango.pk3 +PK3 ?= map-analmango-rev1.pk3 $(PK3): $(WHOLE).bsp cat pk3.list | (while read ent; do echo $$ent; done) | xargs zip -r9 $(PK3) |