diff options
author | Li Jin <dragon-fly@qq.com> | 2020-02-07 17:29:34 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-02-07 17:29:34 +0800 |
commit | c241ea241e8e9c152f6eb14f163b2ae39749f7bf (patch) | |
tree | 2fd05ca6866ea60ca778fb6ff31c7ec429e138c4 /makefile | |
parent | 2e50c15bfe67d4709880a0377d37fca191be2f3e (diff) | |
download | yuescript-c241ea241e8e9c152f6eb14f163b2ae39749f7bf.tar.gz yuescript-c241ea241e8e9c152f6eb14f163b2ae39749f7bf.tar.bz2 yuescript-c241ea241e8e9c152f6eb14f163b2ae39749f7bf.zip |
releasing moonplus as a lib.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -206,7 +206,10 @@ clean: | |||
206 | .PHONY: test | 206 | .PHONY: test |
207 | test: release | 207 | test: release |
208 | @echo "Compiling Moonscript codes..." | 208 | @echo "Compiling Moonscript codes..." |
209 | @$(START_TIME) | ||
209 | @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT) | 210 | @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT) |
211 | @echo -en "Compile time: " | ||
212 | @$(END_TIME) | ||
210 | 213 | ||
211 | # Main rule, checks the executable and symlinks to the output | 214 | # Main rule, checks the executable and symlinks to the output |
212 | all: $(BIN_PATH)/$(BIN_NAME) | 215 | all: $(BIN_PATH)/$(BIN_NAME) |