From c05efee55362467c65e7e1891de7fb4368b7e3b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 18 Aug 2015 10:24:39 +0200 Subject: [PATCH] Set distclean to not dropping database Database is separated from project. It should be cleaned automatically because of saving data. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3788bff..8c58f1f 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ clean: $(RM) .conf.mk $(RM) -r jobfiles -clean_measure: cleandb +clean_measure: $(RM) -r configurations $(RM) -r output $(RM) -r result -- 2.39.2