From cb6c3597493a5dcc6d01ac355471d497bd5e3e10 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 23 May 2020 12:13:17 -0400 Subject: Split rom2_2.s, 3 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb274b6f..d9022b38 100644 --- a/Makefile +++ b/Makefile @@ -193,6 +193,8 @@ TOOLDIRS = $(filter-out $(TOOLS_DIR)/mwccarm $(TOOLS_DIR)/bin,$(wildcard $(TOOLS TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) TOOLS = $(foreach tool,$(TOOLBASE),$(TOOLS_DIR)/$(tool)/$(tool)$(EXE)) +export LM_LICENSE_FILE := $(TOOLS_DIR)/mwccarm/license.dat + ######################### Targets ########################### infoshell = $(foreach line, $(shell $1 | sed "s/ /__SPACE__/g"), $(info $(subst __SPACE__, ,$(line)))) -- cgit v1.2.3