1
0
Fork 0

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

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