Open SphericalHam opened 1 year ago
Without this filter present, make will recursilvely scan the parent directory for go files, running 'go build' if any are found to be new.
We want to avoid that, because the time it takes can be considerable if the parent directory contains a lot of other files.
Without this filter present, make will recursilvely scan the parent directory for go files, running 'go build' if any are found to be new.
We want to avoid that, because the time it takes can be considerable if the parent directory contains a lot of other files.