fix(Makefile): Correct Makefile

Correct the Makefile to clean properly.
This commit is contained in:
Robert Morrison 2023-12-30 18:24:28 +00:00
parent 08be352d99
commit 287e13bef2
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -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