From 8d182458156d7d722a2c73ba7c37822bf7dc2ac1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 5 Jun 2024 12:04:57 +0200 Subject: [PATCH] Makefile: clean is also a phony target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77d6c45..c17d415 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ release: rsync suidgw-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/ ssh jw 'cd web && bin/release-prog suidgw $(VERSION)' -.PHONY: all test-setup install release +.PHONY: all test-setup install release clean -- 2.39.2