Skip to content

Commit

Permalink
Improved makefile
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
blmayer committed Jul 13, 2022
1 parent c23c9cc commit fafa1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
PREFIX ?= ~/.local

install:
install -m +x astro -d $(PREFIX)/bin
install -m +rx astro -t $(PREFIX)/bin/

4 changes: 2 additions & 2 deletions astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

usage() {
echo "Astro v0.15.0: Browse the gemini web on the terminal."
echo "Astro v0.16.0: Browse the gemini web on the terminal."
echo ""
echo "Usage: astro [url]|[option]"
echo ""
Expand Down Expand Up @@ -35,7 +35,7 @@ usage() {
}

version() {
echo "astro 0.15.0"
echo "astro 0.16.0"
echo "Copyright (C) 2021 Brian Mayer."
echo "License MIT: MIT License <https://opensource.org/licenses/MIT>"
echo "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,"
Expand Down

0 comments on commit fafa1ed

Please sign in to comment.