From 8d169bc107684f808b766f5ff8af1b9451de3a40 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Mon, 10 Nov 2025 20:21:54 +0100 Subject: [PATCH] Modify Makefile to remove object files on clean --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1eed66..d8c62fc 100644 --- a/Makefile +++ b/Makefile @@ -40,4 +40,5 @@ clean: mousefs_random_test.out \ example_client.exe \ example_client.out \ - libmousefs.a + libmousefs.a \ + src/*.o