now requires JP ROM to build

This commit is contained in:
Reonu
2021-08-17 18:57:39 +01:00
parent 66114eec70
commit 36e4b0013f
2 changed files with 6 additions and 0 deletions

View File

@@ -297,6 +297,10 @@ 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