From 45a7c9a8da385a2b553ccd625090497644e5f875 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Jun 2018 18:21:40 -0700 Subject: [PATCH] Removed vestiges of nomsu_latest, so the makefile works properly. --- Makefile | 4 ++-- 1 file 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)