diff options
Diffstat (limited to 'makefile')
| -rwxr-xr-x | makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ all: @echo "" @echo "Commands:" @echo " build - runs go build with ldflags version=${version} & date=${date}" - @echo " fetch_stuff - installs all needed programs and libaries" + @echo " fetch_stuff - installs all needed libaries" @echo "" @@ -19,7 +19,6 @@ clean: @rm -f ${name} fetch_stuff: - @sudo apt-get install sqlite3 @go get github.com/fatih/color @go get github.com/mattn/go-sqlite3 @go get github.com/abiosoft/ishell |
