From: b Date: Thu, 8 Sep 2022 19:30:38 +0000 (+0000) Subject: add PHONY: in makefile X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=db3e533b249261069469075f14e135bed1f0cc48;p=botm%2Fgit add PHONY: in makefile --- diff --git a/makefile b/makefile index 52d5e3d..f1a3a17 100644 --- a/makefile +++ b/makefile @@ -34,3 +34,5 @@ uninstall: rmbin clean: rm -f git-http-backend git-http-backend.c + +PHONY: all cpbin rmbin install uninstall clean