From 7e5eb1ecd256f6a3e0292e4d614e6860c706ab3e Mon Sep 17 00:00:00 2001 From: farisawan-2000 Date: Wed, 2 Jun 2021 09:14:29 -0400 Subject: [PATCH] actually update gitignore --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1af2b587..88471e55 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ build/* # libultra !/lib/*.a +lib/libs2d_engine.a !/lib/n64/*.a !/lib/ique/*.a diff --git a/Makefile b/Makefile index 22da30d9..2a81ba7b 100644 --- a/Makefile +++ b/Makefile @@ -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