diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 17:21:35 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 17:21:35 +0200 |
| commit | a2a9adcb56650555ce2d2b1e47f4d13bec96f73e (patch) | |
| tree | 1e612c8ba39238a258375f7b86142ed16d8386a4 /makefile | |
| parent | e38358c2e09c12346e3ea1e818b4591afd99f5e1 (diff) | |
Fixed Billing Bugs, and Missing Libs in Makefile0.2.5
Diffstat (limited to 'makefile')
| -rwxr-xr-x | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
