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.
This commit is contained in:
WestleyR
2021-09-10 12:06:19 -07:00
parent a71c060b15
commit 379fa9404b

View File

@@ -1,4 +1,4 @@
.PHONY: all
.PHONY: all wwctl wwclient bash_completion man_page
VERSION := 4.1.0