From 84a59ae28b1c5cf4b7d0afae49fa3e64b39b98a2 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 30 Mar 2014 13:43:33 -0400 Subject: add configure --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3-54-g00ecf