coder / sail

Deprecated: Instant, pre-configured VS Code development environments.
https://sail.dev
MIT License
629 stars 36 forks source link

Makefile #240

Closed teddy-codes closed 5 years ago

teddy-codes commented 5 years ago

A makefile should be added to the repo in order to ensure that when installing the application, the user does not have to know all of the steps...

Something that I would find when helping people out is a make install.

Thoughts?

deansheather commented 5 years ago

Feel free to make a PR for one. The make step would just run go build -o sail . and the install step would copy it to /usr/local/bin/sail.

teddy-codes commented 5 years ago

Had a feeling that everything would be cool. Just thought to see what people thought before doing it.