From a2a9adcb56650555ce2d2b1e47f4d13bec96f73e Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Sat, 15 Sep 2018 17:21:35 +0200 Subject: Fixed Billing Bugs, and Missing Libs in Makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') 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" -- cgit v1.2.3