Modify Makefile to remove object files on clean

This commit is contained in:
2025-11-10 20:21:54 +01:00
parent 67f0cad0b8
commit 8d169bc107
+2 -1
View File
@@ -40,4 +40,5 @@ clean:
mousefs_random_test.out \
example_client.exe \
example_client.out \
libmousefs.a
libmousefs.a \
src/*.o