diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-18 13:44:17 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-18 13:44:17 -0500 |
commit | 292bd5d62f8a1a83155ead3964fb82a6990f2965 (patch) | |
tree | b379dba53792029e7a924f8650997ffb9e6cb949 /unrpyc/Makefile | |
parent | e129412bcfb662aea41d2874f3c0e6176d8c5805 (diff) | |
download | html5ks-292bd5d62f8a1a83155ead3964fb82a6990f2965.tar.xz html5ks-292bd5d62f8a1a83155ead3964fb82a6990f2965.zip |
travis
Diffstat (limited to 'unrpyc/Makefile')
-rw-r--r-- | unrpyc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile index ee0ef42..044a2bd 100644 --- a/unrpyc/Makefile +++ b/unrpyc/Makefile @@ -1,6 +1,6 @@ GZIP := $(shell ./find-gzip.sh) -TARGETS := script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz ui-strings.json ui-strings.json.gz ui-strings_FR.json ui-strings_FR.json.gz +TARGETS := script.json script.json.gz imachine.json imachine.json.gz ui-strings.json ui-strings.json.gz ui-strings_FR.json ui-strings_FR.json.gz all: $(TARGETS) |