diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-04-03 15:32:10 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-04-03 15:32:10 -0400 |
commit | ee3d35336bb21a6aba50674f6623b74537c8c775 (patch) | |
tree | 2e52b21dde11ef44a95845a66ccdadcbaf3eb9c2 /Makefile | |
parent | c15109ff672592a6f756c0900280f913ef73ff3b (diff) | |
download | html5ks-ee3d35336bb21a6aba50674f6623b74537c8c775.tar.xz html5ks-ee3d35336bb21a6aba50674f6623b74537c8c775.zip |
stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 === |