diff --git a/Makefile b/Makefile index 0b5ae585..22da30d9 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,8 @@ LIBRARIES := gcc nustd hvqm2 z goddard # s2dex_text_engine - Text Engine by someone2639 TEXT_ENGINE := none ifeq ($(TEXT_ENGINE), s2dex_text_engine) - DEFINES += S2DEX_GBI_2=1 S2DEX_TEXT_ENGINE=1 + S2D_FONT := comicsans + DEFINES += S2DEX_GBI_2=1 S2DEX_TEXT_ENGINE=1 FONTNAME=$(S2D_FONT) LIBRARIES += s2d_engine DUMMY != make -C src/s2d_engine COPY_DIR=$(shell pwd)/lib/ endif @@ -492,6 +493,7 @@ endif clean: $(RM) -r $(BUILD_DIR_BASE) + make -C src/s2d_engine clean COPY_DIR=. distclean: clean $(PYTHON) extract_assets.py --clean