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:
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.