summaryrefslogtreecommitdiff
path: root/unrpyc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unrpyc/Makefile')
-rw-r--r--unrpyc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile
index 86dcac3..6a94ca6 100644
--- a/unrpyc/Makefile
+++ b/unrpyc/Makefile
@@ -12,5 +12,7 @@ clean:
test: all
jshint --show-non-errors *.json
-.PHONY: all clean test
-.PRECIOUS: %.json.o
+install: all
+ install -t ../www/scripts *.json
+
+.PHONY: all clean test install