From 804db06c91fe2b2903d952964ac03240b1817224 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 17 Mar 2024 11:07:05 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abed242..04a0f69 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ help: @echo " make uninstall - Remove clauncher from $(DESTDIR)" @echo " make help - Show this help message" -.PHONY: all install uninstall +.PHONY: all install uninstall help