From a8151b2663ef457b46d97bb4b462883c1d262036 Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 16 Aug 2024 00:08:57 +0200 Subject: [PATCH] feat(tools): added make clean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index acb58dc..2530668 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,6 @@ develop: compiledb: scons compiledb=yes target=template_debug + +clean: + /usr/bin/scons --clean