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