summaryrefslogtreecommitdiff
path: root/unrpyc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unrpyc/Makefile')
-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: