remove unused makefile variable
This commit is contained in:
parent
08cbd18bc5
commit
c07e2b6cd4
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -26,8 +26,6 @@ SOURCES ?= $(shell find . -name "*.go" -type f)
|
|||
|
||||
TAGS ?=
|
||||
|
||||
TMPDIR := $(shell mktemp -d 2>/dev/null || mktemp -d -t 'kasino-temp')
|
||||
|
||||
ifeq ($(OS), Windows_NT)
|
||||
EXECUTABLE := vikunja.exe
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue