diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-24 12:28:41 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-24 12:28:41 -0400 |
commit | 4d93002bd9bcd90edf88e2e0b7a82fac0acbb4f6 (patch) | |
tree | 58a022519469037bfd9dca79a006ae084b84dae3 /unrpyc/Makefile | |
parent | 718936110b9511631fa1f4396be992752bf8b719 (diff) | |
download | html5ks-4d93002bd9bcd90edf88e2e0b7a82fac0acbb4f6.tar.xz html5ks-4d93002bd9bcd90edf88e2e0b7a82fac0acbb4f6.zip |
stuff.
Diffstat (limited to 'unrpyc/Makefile')
-rw-r--r-- | unrpyc/Makefile | 3 |
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: |