From 2b0481ed48c453aa98c7fae3e9e30816e25a5f19 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 2 May 2019 15:41:45 -0700 Subject: [PATCH] Updated makefile to precompile tools and compatibility for the 'all' rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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