From 21ae7521a6ea0268b88a95c15c5ceb46851a44d3 Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Sun, 16 Oct 2016 23:10:56 +0900 Subject: [PATCH] Remove a unnecessary variable TMP --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 034ce4f..b1dfcb9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ TEST_PACKAGE_INSTALL_EL ?= test/test-package-install.el TEST_PACKAGE_INSTALL_LOG ?= test/test-package-install.log LOADPATH = -L . ELPA_DIR = $(shell EMACS=$(EMACS) $(CASK) package-directory) -TMP = .tmp .PHONY : test test: test-checkdoc test-package-install unit-tests