You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Update gitignore
This commit is contained in:
4
Makefile
4
Makefile
@@ -138,7 +138,8 @@ LIBRARIES := gcc nustd hvqm2 z goddard
|
|||||||
# s2dex_text_engine - Text Engine by someone2639
|
# s2dex_text_engine - Text Engine by someone2639
|
||||||
TEXT_ENGINE := none
|
TEXT_ENGINE := none
|
||||||
ifeq ($(TEXT_ENGINE), s2dex_text_engine)
|
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
|
LIBRARIES += s2d_engine
|
||||||
DUMMY != make -C src/s2d_engine COPY_DIR=$(shell pwd)/lib/
|
DUMMY != make -C src/s2d_engine COPY_DIR=$(shell pwd)/lib/
|
||||||
endif
|
endif
|
||||||
@@ -492,6 +493,7 @@ endif
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -r $(BUILD_DIR_BASE)
|
$(RM) -r $(BUILD_DIR_BASE)
|
||||||
|
make -C src/s2d_engine clean COPY_DIR=.
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(PYTHON) extract_assets.py --clean
|
$(PYTHON) extract_assets.py --clean
|
||||||
|
|||||||
Reference in New Issue
Block a user