Update gitignore

This commit is contained in:
farisawan-2000
2021-06-02 09:14:09 -04:00
parent acf4a9dbc4
commit 03345fecba

View File

@@ -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