summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-15 10:58:27 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-15 10:58:27 +0200
commit8f1891352a2f3296d5edf4ba7688d16ea2053266 (patch)
treeee2f7f5d7f1bfb449a86184de8d51a1da7b10b8d /makefile
parent7848ecdbcabc728fe11df1943096682f1f89d89b (diff)
Tried to force it for go 1.70.2.3
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 821fc39..2ea7bdc 100755
--- a/makefile
+++ b/makefile
@@ -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"