summaryrefslogtreecommitdiff
path: root/unrpyc
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-24 12:28:41 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-24 12:28:41 -0400
commit4d93002bd9bcd90edf88e2e0b7a82fac0acbb4f6 (patch)
tree58a022519469037bfd9dca79a006ae084b84dae3 /unrpyc
parent718936110b9511631fa1f4396be992752bf8b719 (diff)
downloadhtml5ks-4d93002bd9bcd90edf88e2e0b7a82fac0acbb4f6.tar.xz
html5ks-4d93002bd9bcd90edf88e2e0b7a82fac0acbb4f6.zip
stuff.
Diffstat (limited to 'unrpyc')
-rw-r--r--unrpyc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile
index 829d2b9..431e10b 100644
--- a/unrpyc/Makefile
+++ b/unrpyc/Makefile
@@ -25,12 +25,13 @@ script-%.json: script-%.json.o
sed -i -e 's/^{//;s/}$$/,/' $@
clean:
- rm -f *.json.o *.json *.gz
+ rm -f *.json*
test: all
jshint --show-non-errors *.json
install: all
+ [ -d ../www/json ] || mkdir ../www/json
install -t ../www/json script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz ui-strings.json ui-strings.json.gz
uninstall: