From 7e79cc8b0082ea09440b56177d8f6f60646555bf Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 18 Aug 2018 12:18:48 +0200 Subject: Bump version to 'revision 1.' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb8d7ee..dc1a23f 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit