From fded28b66e376d8fb0d1f785a4cc8b5c5cb9e40f Mon Sep 17 00:00:00 2001 From: nosamad Date: Fri, 29 Mar 2019 00:08:01 +0100 Subject: [PATCH] adds clean target --- .cproject | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.cproject b/.cproject index ca3f25c..ba4e9d6 100644 --- a/.cproject +++ b/.cproject @@ -66,7 +66,6 @@ make - check true true @@ -74,7 +73,6 @@ make - memcheck true true @@ -82,7 +80,6 @@ make - distclean true true @@ -90,7 +87,6 @@ make - discover-cc true true @@ -98,7 +94,6 @@ make - all true true @@ -106,12 +101,19 @@ make - lint true true true + + make + + clean + true + true + true +