Updated makefile to precompile tools and compatibility for the 'all'

rule
This commit is contained in:
Bruce Hill 2019-05-02 15:41:45 -07:00
parent 350da49185
commit 2b0481ed48

View File

@ -31,7 +31,7 @@ NOM_FILES=$(CORE_NOM_FILES) $(COMPAT_NOM_FILES) $(TOOL_NOM_FILES) $(LIB_NOM_FILE
PEG_FILES= $(wildcard nomsu.*.peg)
GET_VERSION= $(LUA_BIN) nomsu.lua --version
all: lua optimize
all: lua optimize optimize_extra
.PHONY: test
test: lua optimize