This commit is contained in:
Carlo Sciolla 2017-08-18 12:11:09 +02:00
parent 16b754f643
commit 15d1e41972
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
2 changed files with 9 additions and 0 deletions

View File

@ -15,4 +15,10 @@ unit:
install:
${CASK} install
clean:
rm -Rf .emacs.d
eval $(foo := $(CASK package-directory))
echo $(foo)
#rm -Rf ${dir}/../testing
.PHONY: all test unit ecukes install

View File

@ -22,3 +22,6 @@
(package-install 'plantuml-mode)
(require 'plantuml-mode)
(message
(concat "Successfully installed plantuml-mode v" plantuml-mode-version))