From 4a4ce80695640e0f341c2856717879cd0aab5adf Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 25 Aug 2021 18:14:51 +0200 Subject: Makefile: update .PHONY targets Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd5467b..0a9fe74 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,11 @@ -.PHONY: all apache2.tar apache2.tar.xz +.PHONY: \ + all \ + apache2.tar \ + apache2.tar.xz \ + help \ + install-hooks \ + install-sources \ + update DESTDIR ?= /var/www/git.replicant.us -- cgit v1.2.3