From 2f9ab428bb8c334e7b2e0d106426fd247be1c1ac Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukha@hes-so.ch> Date: Thu, 9 Feb 2023 11:24:51 +0100 Subject: [PATCH] added to clean target temporary test_struct for algo folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a05cc55..8c97453 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ all: clean: rm -f *.c rm -f *.h - rmdir struct + rm -r dll rebuild: clean all \ No newline at end of file -- GitLab