summaryrefslogtreecommitdiff
path: root/unrpyc
diff options
context:
space:
mode:
Diffstat (limited to 'unrpyc')
-rw-r--r--unrpyc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile
index 431e10b..a92a91d 100644
--- a/unrpyc/Makefile
+++ b/unrpyc/Makefile
@@ -1,9 +1,9 @@
-gzip := $(shell ./find-gzip.sh)
+GZIP := $(shell ./find-gzip.sh)
all: script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz ui-strings.json ui-strings.json.gz
%.json.gz: %.json
- $(gzip) -c $< > $@
+ $(GZIP) -c $< > $@
touch $< $@
script.json: $(patsubst %.rpyc,%.json,$(wildcard script-*.rpyc))