astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit d3eb30dd9a58fd6294e1cbe99230ebb8003ddd15
parent a06348cc1fb9147f9d3f9af08e4826accaf4a2e7
Author: blmayer <bleemayer@gmail.com>
Date:   Tue, 13 Jul 2021 23:01:18 -0300

Added makefile

Diffstat:
AMakefile | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,7 @@ +.PHONY: install + +PREFIX ?= ~/.local + +install: + cp astro $(PREFIX)/bin/ +