diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-24 18:21:40 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-24 18:22:00 -0700 |
| commit | 45a7c9a8da385a2b553ccd625090497644e5f875 (patch) | |
| tree | fc43d5453e4d8928b68b9cfe1ab521148828998e /Makefile | |
| parent | 80c8ceb0d4ae7eca729b0fc0f018b7a44a51f7b6 (diff) | |
Removed vestiges of nomsu_latest, so the makefile works properly.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
