diff options
Diffstat (limited to 'makefile')
| -rwxr-xr-x | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -version=$(shell git tag --points-at) +version=$(shell git tag --points-at HEAD) date=$(shell date "+%b %Y") name=laboravi .PHONY: all @@ -22,6 +22,6 @@ fetch_stuff: @go get github.com/fatih/color @go get github.com/mattn/go-sqlite3 @go get github.com/abiosoft/ishell - @mkdir outpdf - @mkdir outtex + @mkdir -p outpdf + @mkdir -p outtex @echo "All nessecary libaries installed" |
