summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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"