Better clean target for make

This commit is contained in:
Carlo Sciolla 2017-08-19 18:23:45 +02:00
parent 15d1e41972
commit 5c57f05086
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,6 @@
CASK ?= cask
EMACS ?= emacs
CASK_DIR ?= `${CASK} package-directory`
all: test
@ -17,8 +18,6 @@ install:
clean:
rm -Rf .emacs.d
eval $(foo := $(CASK package-directory))
echo $(foo)
#rm -Rf ${dir}/../testing
rm -Rf ${CASK_DIR}/../testing
.PHONY: all test unit ecukes install