diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 04:24:38 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 04:24:38 +0200 |
| commit | 7c730a026e59bfa776b9536808abd31d9f1739d1 (patch) | |
| tree | c1ae14b7d07f109c6fd0aa1faa010e7bc1a10fdd /makefile | |
| parent | b67ad525147b8d219ff3508674dec3b25a3f62f0 (diff) | |
Minor Bugfixes
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 |
