aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-25 23:19:23 +0000
committernathan <nathansmith@disroot.org>2025-10-25 23:19:23 +0000
commit361c596fa09e9bac1d256ee21da63e352d796fa3 (patch)
tree4de4cec09ce56eb6ce70b2de86f1f6f87b79d7a6 /src/Makefile
parent32e795acb0c60a320b8449a3b7b6ee5fb5779c12 (diff)
downloadFindThings-361c596fa09e9bac1d256ee21da63e352d796fa3.tar.gz
FindThings-361c596fa09e9bac1d256ee21da63e352d796fa3.tar.bz2
FindThings-361c596fa09e9bac1d256ee21da63e352d796fa3.zip
Forgor a makefile update
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 137e40b..1764d9d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,7 +13,7 @@ $(TARGET): $(OBJECTS)
.PHONY: clean
clean:
- rm *.o
+ rm *.o entities/*.o
rm $(TARGET)
rm -rf assets