From: Martin Mares Date: Wed, 5 Jun 2024 10:04:57 +0000 (+0200) Subject: Makefile: clean is also a phony target X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;p=suidgw.git Makefile: clean is also a phony target --- 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