remove unused makefile variable

This commit is contained in:
konrad 2019-01-20 18:43:38 +01:00
parent 08cbd18bc5
commit c07e2b6cd4
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -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