From 79c7eb627052183c142cd782e743b79869993d82 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 12 Mar 2025 14:13:25 +0100 Subject: Makefile tweaks --- unit_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit_tests') diff --git a/unit_tests/Makefile b/unit_tests/Makefile index 67333f6..89106b9 100644 --- a/unit_tests/Makefile +++ b/unit_tests/Makefile @@ -26,6 +26,6 @@ $(_UNITTEST_TARGET): $(OBJ) $(CC) $^ $(LIBS) $(LUA_LIBS) -o $@ clean: - -rm -rf $(_UNITTEST_TARGET) *.o *.map + -rm -rf $(_UNITTEST_TARGET) *.o *.map *.gch .PROXY: all clean -- cgit v1.2.3-55-g6feb