From db3e533b249261069469075f14e135bed1f0cc48 Mon Sep 17 00:00:00 2001 From: b Date: Thu, 8 Sep 2022 19:30:38 +0000 Subject: [PATCH] add PHONY: in makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2