From c07e2b6cd44182734f2ff97461e4087c6e8ad5f0 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 20 Jan 2019 18:43:38 +0100 Subject: [PATCH] remove unused makefile variable --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 952acc504f..9c32aa5222 100644 --- a/Makefile +++ b/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