From ee3d35336bb21a6aba50674f6623b74537c8c775 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 3 Apr 2014 15:32:10 -0400 Subject: stuff --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e45486..0b7e65d 100644 --- a/Makefile +++ b/Makefile @@ -68,12 +68,14 @@ $(IJSON): www/json/%.json: ast2json/imachine2json.py ast2json/%.json.i $^ $@ %.json.gz: %.json +ifdef GZIP ifdef DEFLUFF $(GZIP) -c $< | $(DEFLUFF) > $@ else $(GZIP) -c $< > $@ endif touch $< $@ +endif # === VIDEO === -- cgit v1.2.3-54-g00ecf