]> bicyclesonthemoon.info Git - botm/git/commitdiff
add PHONY: in makefile
authorb <b@bicyclesonthemoon.info>
Thu, 8 Sep 2022 19:30:38 +0000 (19:30 +0000)
committerb <b@bicyclesonthemoon.info>
Thu, 8 Sep 2022 19:30:38 +0000 (19:30 +0000)
makefile

index 52d5e3d5f3a28bc7b1af3f637b741fe50294b5e1..f1a3a171d8593fc23390fc19715e764e74d5a34e 100644 (file)
--- 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