jmalloc / grit

Keep track of your local Git clones.
MIT License
22 stars 3 forks source link

Add `self-update` command #14

Closed jmalloc closed 7 years ago

jmalloc commented 7 years ago
koden-km commented 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?

koden-km commented 7 years ago

The current Makefile references the rinq project?

jmalloc commented 7 years ago

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.

jmalloc commented 7 years ago

"Current configured grit bin location" would have to mean $(which grit) which is not ideal.

koden-km commented 7 years ago

It could be a setting in the .grit/config.toml ?

jmalloc commented 7 years ago

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.