From 9d86b215eb990ca52af89c94776dae24f4463e46 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 26 Nov 2013 19:31:12 -0500 Subject: Stuff. --- unrpyc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unrpyc/Makefile') 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)) -- cgit v1.2.3-54-g00ecf