Skip to content

Commit

Permalink
Remove a unnecessary variable TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Oct 16, 2016
1 parent d2911b7 commit 21ae752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ae752

Please sign in to comment.