From 5bf0ff8351cf5b70f844079d95a5849657cd3708 Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukha@hes-so.ch> Date: Tue, 14 Feb 2023 13:40:50 +0100 Subject: [PATCH] cleaning up test dir for exam template --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8c97453..b48ffcd 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,6 @@ clean: rm -f *.c rm -f *.h rm -r dll + rm -r prog* rebuild: clean all \ No newline at end of file -- GitLab