From 361c596fa09e9bac1d256ee21da63e352d796fa3 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Oct 2025 17:19:23 -0600 Subject: Forgor a makefile update --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3