aboutsummaryrefslogtreecommitdiff
path: root/unit_tests
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-03-12 14:13:25 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2025-03-12 14:13:25 +0100
commit79c7eb627052183c142cd782e743b79869993d82 (patch)
treecbe1eb0be1f976520cc4637ad742c27e3f94beac /unit_tests
parent8f3ebb14841e28f8142b81fb646810fff5052ed6 (diff)
downloadlanes-79c7eb627052183c142cd782e743b79869993d82.tar.gz
lanes-79c7eb627052183c142cd782e743b79869993d82.tar.bz2
lanes-79c7eb627052183c142cd782e743b79869993d82.zip
Makefile tweaks
Diffstat (limited to 'unit_tests')
-rw-r--r--unit_tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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)
26 $(CC) $^ $(LIBS) $(LUA_LIBS) -o $@ 26 $(CC) $^ $(LIBS) $(LUA_LIBS) -o $@
27 27
28clean: 28clean:
29 -rm -rf $(_UNITTEST_TARGET) *.o *.map 29 -rm -rf $(_UNITTEST_TARGET) *.o *.map *.gch
30 30
31.PROXY: all clean 31.PROXY: all clean