Skip to content

Commit

Permalink
Delete unnecessary comma
Browse files Browse the repository at this point in the history
  • Loading branch information
edvakf committed Jul 6, 2016
1 parent 4179b76 commit f470e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ openjtalk:
--with-hts-engine-library-path=$(HTSENGINE_DIR)/lib && \
make
mkdir -p $(MODULE_DIR)/bin
cp $(OPENJTALK_DIR)/bin/open_jtalk $(MODULE_DIR)/bin/.
cp $(OPENJTALK_DIR)/bin/open_jtalk $(MODULE_DIR)/bin/

clean:
rm -rf $(MODULE_DIR)/node_modules
Expand Down

0 comments on commit f470e45

Please sign in to comment.