blmayer / ereandel

A Gemini web browser using shell script
gemini://terminal.pink/
MIT License
56 stars 6 forks source link

Update Makefile to use install #17

Closed shakna-israel closed 2 years ago

shakna-israel commented 2 years ago

As discussed in #16 this replaces cp with install. Both are stdutils, but install will handle a whole bunch of edgecases, like creating nested folders, ensuring the right permissions on the file, and so on.

blmayer commented 2 years ago

Thanks shakna-israel for the contribution!