Closed gedw99 closed 1 year ago
Ended up with:
cd tools && go mod download
cd tools && cat tools.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go install %
Oops, yeah, I forgot to call the variable in the Makefie. Need to sleep tho. I will fix this in the next 24h.
Fixed with 0ccc6389dd9f700dc9b18c228aa71159378e9b4a.
I like your make file approach...
For me it's not automagically installing and go tools though... I think I am missing something :)
For example the cow tool...
using gnu make on Darwin btw: