mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Update dev
, remove init
target in Makefile (no --dev
option)
This commit is contained in:
parent
0dec83f7e4
commit
7b64e18144
1 changed files with 2 additions and 7 deletions
9
Makefile
9
Makefile
|
@ -34,15 +34,10 @@ zmq: cask
|
|||
$(CASK) emacs -Q -batch --eval "(progn (fset 'read-string (lambda (&rest _) \"y\")) (require 'zmq))"
|
||||
endif
|
||||
|
||||
.PHONY: init
|
||||
init: cask
|
||||
$(CASK) install
|
||||
$(CASK) update
|
||||
|
||||
.PHONY: dev
|
||||
dev: cask
|
||||
$(CASK) --dev install
|
||||
$(CASK) --dev update
|
||||
$(CASK) install
|
||||
$(CASK) update
|
||||
|
||||
.PHONY: test
|
||||
test: zmq
|
||||
|
|
Loading…
Add table
Reference in a new issue