Skip to content

Commit 8883a66

Browse files
committed
Don't require ZMQ in Makefile targets
* Makefile: Do it.
1 parent ae5dad9 commit 8883a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev: cask
4545
$(CASK) --dev update
4646

4747
.PHONY: test
48-
test: zmq
48+
test:
4949
$(CASK) exec ert-runner --script $(TAGS) $(PATTERN)
5050

5151
.PHONY: clean
@@ -62,5 +62,5 @@ widgets:
6262
make -C js
6363

6464
.PHONY: compile
65-
compile: zmq
65+
compile:
6666
$(CASK) build

0 commit comments

Comments
 (0)