From 111ec24e229cbf3b35c432c3ca560795f8f0972b Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Thu, 2 Dec 2021 09:58:15 +0100
Subject: [PATCH] added test to clean

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0855a7e..cd8cbe3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,9 @@ test: $(NAME)_test.o $(NAME).o
 	./test
 
 $(NAME).o: $(NAME).h
+$(NAME)_test.o: $(NAME).h
 
 .PHONY: clean
 
 clean:
-	rm -f *.o $(NAME) tests
+	rm -f *.o $(NAME) test
-- 
GitLab