From 379fa9404bc75a82d54aa2820f170869f358269c Mon Sep 17 00:00:00 2001 From: WestleyR Date: Fri, 10 Sep 2021 12:06:19 -0700 Subject: [PATCH] Always rebuild the go binaries Its not practical to run `make clean ; make` every time you want to rebuild one of the go binaries. Go will automatically cache builds and file changes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ef05064..719cc29c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all +.PHONY: all wwctl wwclient bash_completion man_page VERSION := 4.1.0