Skip to content

Commit 7b64e18

Browse files
xor-xornnicandro
authored andcommitted
Update dev, remove init target in Makefile (no --dev option)
1 parent 0dec83f commit 7b64e18

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,10 @@ zmq: cask
3434
$(CASK) emacs -Q -batch --eval "(progn (fset 'read-string (lambda (&rest _) \"y\")) (require 'zmq))"
3535
endif
3636

37-
.PHONY: init
38-
init: cask
39-
$(CASK) install
40-
$(CASK) update
41-
4237
.PHONY: dev
4338
dev: cask
44-
$(CASK) --dev install
45-
$(CASK) --dev update
39+
$(CASK) install
40+
$(CASK) update
4641

4742
.PHONY: test
4843
test: zmq

0 commit comments

Comments
 (0)