aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-06-24 18:21:40 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-06-24 18:22:00 -0700
commit45a7c9a8da385a2b553ccd625090497644e5f875 (patch)
treefc43d5453e4d8928b68b9cfe1ab521148828998e /Makefile
parent80c8ceb0d4ae7eca729b0fc0f018b7a44a51f7b6 (diff)
Removed vestiges of nomsu_latest, so the makefile works properly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6e54e5..35688a8 100644
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,13 @@ all: build optimize
.PHONY: test
test: build optimize
@echo "\033[1mRunning tests...\033[0m"
- @./nomsu_latest tests
+ @$(LUA_BIN) nomsu.lua tests
%.lua: %.moon
@moonc $<
%.lua: %.nom
- @./nomsu_latest -c $<
+ @$(LUA_BIN) nomsu.lua -c $<
.DELETE_ON_ERROR: version
version: $(LUA_FILES) $(CORE_NOM_FILES) $(LIB_NOM_FILES) $(PEG_FILE)