summaryrefslogtreecommitdiff
path: root/unrpyc
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-19 12:17:25 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-19 12:41:52 -0400
commitf5a6c301cc9a277f024563ea656f3fe49aa89834 (patch)
tree3572c174c4238b2b40d0ebd4f0308c59967a7080 /unrpyc
parentde844dacb31531781e9f97ec25a52ea246f1115b (diff)
downloadhtml5ks-f5a6c301cc9a277f024563ea656f3fe49aa89834.tar.xz
html5ks-f5a6c301cc9a277f024563ea656f3fe49aa89834.zip
www/scripts -> www/json, slim down html5ks.fetch
Diffstat (limited to 'unrpyc')
-rw-r--r--unrpyc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile
index b64bb22..826f1e3 100644
--- a/unrpyc/Makefile
+++ b/unrpyc/Makefile
@@ -27,9 +27,9 @@ test: all
jshint --show-non-errors *.json
install: all
- install -t ../www/scripts script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz ui-strings.json ui-strings.json.gz
+ 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:
- rm -f ../www/scripts/*
+ rm -f ../www/json/*
.PHONY: all clean test install