From 287e13bef20ff78192de3725d096ffd26172895d Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Sat, 30 Dec 2023 18:24:28 +0000 Subject: [PATCH] fix(Makefile): Correct Makefile Correct the Makefile to clean properly. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e58d148..fb9dbf1 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ dexedrine.service: dexedrine.service.template # Define the rule to clean the generated files clean: - rm dexedrine + -rm -f dexedrine + -rm -f dexedrine.service # Define how to install