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.
4.3 KiB
4.3 KiB
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.