Skip to content

Commit 971774d

Browse files
committed
Makefile updated
1 parent 8135e50 commit 971774d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
.PHONY: all up-dc1 up-dc2 up provision-dc1 provision-dc2 provision restart-dc1 restart-dc2 restart brokers topics demo elastic_health elastic_indices elastic_allocation elastic
1+
.PHONY: all up-dc1 up-dc2 up provision-dc1 provision-dc2 provision restart-dc1 restart-dc2 restart brokers topics demo elastic_health elastic_indices elastic_allocation elastic all-dc1 all-dc2
22
.DEFAULT_GOAL := all
33

4-
all: up-dc1 provision-dc1 restart-dc1
4+
all: all-dc1 all-dc2 kafka-demo
5+
6+
all-dc1: up-dc1 provision-dc1 restart-dc1
7+
8+
all-dc2: up-dc1 provision-dc1 restart-dc1
59

610
up-dc1:
711
vagrant up kafka_broker_01

0 commit comments

Comments
 (0)