From 7c730a026e59bfa776b9536808abd31d9f1739d1 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Sat, 15 Sep 2018 04:24:38 +0200 Subject: Minor Bugfixes --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index dc9bb34..821fc39 100755 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3