summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-01-01 10:36:58 +1100
committerquou <quou@disroot.org>2025-01-01 10:36:58 +1100
commit7c2ccfdb31d4e8e74830f9d0b91e4ab0d9913065 (patch)
treee2b870a5d8e3799d9942d5f95c575e13811e0b1e
parent5435a055bde131e500e5b59899ecc5e894304b84 (diff)
update makefile clean to also remove .d
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0828805..8f7bbce 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,8 @@ $(data_dir):
clean:
rm -rf $(data_dir)
rm -f $(objects)
+ rm -f $(objects:%.o=%.d)
+ rm packer.d
rm -f $(targets)
rm -f convtexture
rm -f convmodel