From a54755b5f04ad1aa86b08fc04f6b42338e626141 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 9 Jan 2018 21:40:56 +0300 Subject: [PATCH] a less minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index 03bb7d17..361157ab 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -93,7 +93,7 @@ endif # NOTE: some of the targets are directories so this will enable GNUMake's # automatic cleanup to work. # ...not sure if this is the right way to go... -RM += -f +RM += -r