summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-16 03:46:34 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-16 03:46:34 +0200
commitd02ae5617f2deb600982833da9a927a5a9d66793 (patch)
treed13454aab46f753c3651474ad78503d0bde7dcc4 /makefile
parent89f83d7a1fe57649fbd59e9a3da2806061cc5be2 (diff)
Cleanup and Finegrain0.2.9
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index fa35690..b9cc10b 100755
--- a/makefile
+++ b/makefile
@@ -24,6 +24,7 @@ fetch_stuff:
@go get github.com/abiosoft/ishell
@go get github.com/BurntSushi/toml
@go get github.com/atrox/homedir
+ @go get github.com/pborman/getopt/v2
@mkdir -p outpdf
@mkdir -p outtex
@echo "All nessecary libaries installed"