This commit is contained in:
parent
40d1e1d4bb
commit
1a6b8836a3
9 changed files with 63 additions and 33 deletions
9
Makefile
9
Makefile
|
|
@ -1,14 +1,13 @@
|
|||
emacs ?= emacs
|
||||
CASK = ~/.cask/bin/cask
|
||||
BEMACS = $(emacs) -batch -l targets/elpa.el
|
||||
EASK ?= eask
|
||||
|
||||
all: compile
|
||||
|
||||
cask:
|
||||
$(CASK)
|
||||
eask:
|
||||
$(EASK)
|
||||
|
||||
compile:
|
||||
$(BEMACS) -l targets/compile.el
|
||||
$(EASK) compile
|
||||
|
||||
.PHONY: all compile clean cask
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue