From 84bbd2ae14e47efc57042fa09a785357e786a86a Mon Sep 17 00:00:00 2001 From: Arceveti Date: Tue, 4 Jan 2022 22:55:19 -0800 Subject: [PATCH] JP Baserom is no longer required for US build --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index eddd7ea6..bcfd6331 100644 --- a/Makefile +++ b/Makefile @@ -325,10 +325,6 @@ ifeq ($(filter clean distclean print-%,$(MAKECMDGOALS)),) ifeq ($(DUMMY),FAIL) $(error Failed to extract assets) endif - DUMMY != $(PYTHON) extract_assets.py jp >&2 || echo FAIL - ifeq ($(DUMMY),FAIL) - $(error Failed to extract assets) - endif endif # Make tools if out of date