mgmt
mgmt copied to clipboard
`make build` doesn't notice deleted files
If you run make build
, and then delete a *.go
file, and then run make build
again, it won't notice that the build should be remade. Woops.
Not a big deal, but I thought I'd mention it in case there was an easy fix.
If you know the fix, please send us a patch :)