Closed jmalloc closed 7 years ago
Is it possible to add a make install
option to the Makefile that can install the built version in your current configured grit bin location?
The current Makefile references the rinq project?
Yes it's possible to do that. And yeah I'm just using the rinq
one for now since it's my most up-to-date Golang makefile.
"Current configured grit bin location" would have to mean $(which grit)
which is not ideal.
It could be a setting in the .grit/config.toml
?
I wouldn't want to tie the Makefile
to anything in there. A regular user of grit, if there were such a thing, wouldn't clone the grit repo at all.