aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-02 15:41:45 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-02 15:41:45 -0700
commit2b0481ed48c453aa98c7fae3e9e30816e25a5f19 (patch)
tree5e31ee610b09c461f8bfba12a9f1fab5f989461c
parent350da4918522c448d82431abbb51068f531ad8ca (diff)
Updated makefile to precompile tools and compatibility for the 'all'
rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 420c569..6006951 100644
--- a/Makefile
+++ b/Makefile
@@ -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