diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-02 15:41:45 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-02 15:41:45 -0700 |
| commit | 2b0481ed48c453aa98c7fae3e9e30816e25a5f19 (patch) | |
| tree | 5e31ee610b09c461f8bfba12a9f1fab5f989461c | |
| parent | 350da4918522c448d82431abbb51068f531ad8ca (diff) | |
Updated makefile to precompile tools and compatibility for the 'all'
rule
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
