summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2ea7bdc..fa35690 100755
--- a/makefile
+++ b/makefile
@@ -22,6 +22,8 @@ fetch_stuff:
@go get github.com/fatih/color
@go get github.com/mattn/go-sqlite3
@go get github.com/abiosoft/ishell
+ @go get github.com/BurntSushi/toml
+ @go get github.com/atrox/homedir
@mkdir -p outpdf
@mkdir -p outtex
@echo "All nessecary libaries installed"