diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-12 14:13:25 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-12 14:13:25 +0100 |
commit | 79c7eb627052183c142cd782e743b79869993d82 (patch) | |
tree | cbe1eb0be1f976520cc4637ad742c27e3f94beac /unit_tests | |
parent | 8f3ebb14841e28f8142b81fb646810fff5052ed6 (diff) | |
download | lanes-79c7eb627052183c142cd782e743b79869993d82.tar.gz lanes-79c7eb627052183c142cd782e743b79869993d82.tar.bz2 lanes-79c7eb627052183c142cd782e743b79869993d82.zip |
Makefile tweaks
Diffstat (limited to 'unit_tests')
-rw-r--r-- | unit_tests/Makefile | 2 |
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 | ||
28 | clean: | 28 | clean: |
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 |