From 16441f2c3ed6a31152a36ff1011e84c363bcd7e7 Mon Sep 17 00:00:00 2001 From: "June R. Tate-Gans" Date: Sun, 24 Mar 2024 09:25:14 -0500 Subject: [PATCH] Setup PHONY targets properly. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 8c53c84..ae31c75 100644 --- a/Makefile +++ b/Makefile @@ -48,3 +48,8 @@ debian-build-source: debian-clean mv ../g13gui_$(VERSION)* build debian-release: debian-build-source + +.PHONY: all clean install +.PHONY: manjaro manjaro-clean manjaro-install +.PHONY: debian debian-build debian-clean debian-build-source debian-release +