Conversation
| deps: | ||
| go get github.com/c0defellas/enzo/cmd/... | ||
|
|
||
| install: |
There was a problem hiding this comment.
would it not be a good idea to remove a previous install before ? some older files may remain on the dir as the project evolves. new code that wrongly imports old stuff would even work after make install since the old file would still be present on the system.
There was a problem hiding this comment.
Actually I don't know this PR is useful, sorry 🤕
There was a problem hiding this comment.
I found this install rule odd. I agree with @katcipis that this could leave the install in an inconsistent state... or be harmful in case of overwritten user's files.
I think the only required rule in the Makefile is "deps" for now.
| deps: | ||
| go get github.com/c0defellas/enzo/cmd/... | ||
|
|
||
| install: |
There was a problem hiding this comment.
I found this install rule odd. I agree with @katcipis that this could leave the install in an inconsistent state... or be harmful in case of overwritten user's files.
I think the only required rule in the Makefile is "deps" for now.
| λ> mkdir -p $NASHPATH+"/lib" | ||
| λ> cd $NASHPATH+"/lib" | ||
| λ> git clone git@github.com:tiago4orion/nashcomplete.git | ||
| λ> git clone git@github.com:NeowayLabs/nashcomplete.git |
There was a problem hiding this comment.
Instead of install, maybe shows how to use nashget to get the same result.
No description provided.