summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-04-03 15:32:10 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-04-03 15:32:10 -0400
commitee3d35336bb21a6aba50674f6623b74537c8c775 (patch)
tree2e52b21dde11ef44a95845a66ccdadcbaf3eb9c2 /Makefile
parentc15109ff672592a6f756c0900280f913ef73ff3b (diff)
downloadhtml5ks-ee3d35336bb21a6aba50674f6623b74537c8c775.tar.xz
html5ks-ee3d35336bb21a6aba50674f6623b74537c8c775.zip
stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 ===