actually update gitignore

This commit is contained in:
farisawan-2000
2021-06-02 09:14:29 -04:00
parent 03345fecba
commit 7e5eb1ecd2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -74,6 +74,7 @@ build/*
# libultra
!/lib/*.a
lib/libs2d_engine.a
!/lib/n64/*.a
!/lib/ique/*.a

View File

@@ -493,7 +493,7 @@ endif
clean:
$(RM) -r $(BUILD_DIR_BASE)
make -C src/s2d_engine clean COPY_DIR=.
make -C src/s2d_engine clean
distclean: clean
$(PYTHON) extract_assets.py --clean