summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile3
1 files changed, 1 insertions, 2 deletions
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