diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-23 17:25:54 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-23 17:25:54 -0400 |
commit | 8e883a46948e25787ecb01c0fceeee0d2e252521 (patch) | |
tree | f3790a93a548ee3ab1555b63b289d64cc2d033cd /unrpyc/Makefile | |
parent | 5366753037dfbbc242fe974cf2f2b8ba4499ac2b (diff) | |
download | html5ks-8e883a46948e25787ecb01c0fceeee0d2e252521.tar.xz html5ks-8e883a46948e25787ecb01c0fceeee0d2e252521.zip |
working, fixing bugs...
Diffstat (limited to 'unrpyc/Makefile')
-rw-r--r-- | unrpyc/Makefile | 6 |
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 |