Removed vestiges of nomsu_latest, so the makefile works properly.
This commit is contained in:
parent
80c8ceb0d4
commit
45a7c9a8da
4
Makefile
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user