summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-30 13:43:33 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-30 14:03:21 -0400
commit84a59ae28b1c5cf4b7d0afae49fa3e64b39b98a2 (patch)
treee5aefea27428a51738f5bd02d69a15bd314e70d3 /Makefile
parentffebbcd2dee04b8c06e90432618e0e013ac5b7dc (diff)
downloadhtml5ks-84a59ae28b1c5cf4b7d0afae49fa3e64b39b98a2.tar.xz
html5ks-84a59ae28b1c5cf4b7d0afae49fa3e64b39b98a2.zip
add configure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index adfaf4e..81f9d59 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,6 @@ AJSON := $(JSON) $(JSONGZ)
# FIXME
json: $(AJSON)
-# the rules here are NOT BROKEN. think about it.
%.json.i: ast2json/rpyc2json.py %.rpyc
$^ $@
@@ -139,8 +138,7 @@ audio: $(CAUDIO)
PNG := $(shell find www/dump -name '*.png' ! -name 'ctc_strip.png')
JPG := $(shell find www/dump -name '*.jpg')
-WEBP := $(PNG:.png=.webp) \
- $(JPG:.jpg=.webp)
+WEBP := $(PNG:.png=.webp) $(JPG:.jpg=.webp)
CTC_ANIM_SRC := www/dump/ui/ctc_strip.png
CTC_ANIM_MORE_TMP := www/dump/ui/ctc_strip-1.png \
www/dump/ui/ctc_strip-2.png www/dump/ui/ctc_strip-3.png \