Skip to content

Commit bf9220c

Browse files
committed
Deps are only codegen
1 parent 3ef91e9 commit bf9220c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MVN_FLAGS += -Ddeps.dir="$(abspath $(DEPS_DIR))"
1616
all: deps
1717
$(MVN) $(MVN_FLAGS) compile
1818

19-
deps: $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq_ct_helpers
19+
deps: $(DEPS_DIR)/rabbitmq_codegen
2020
@:
2121

2222
dist: clean
@@ -29,6 +29,9 @@ $(DEPS_DIR)/rabbit:
2929
$(DEPS_DIR)/rabbitmq_ct_helpers:
3030
git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git "$@"
3131

32+
$(DEPS_DIR)/rabbitmq_codegen:
33+
git clone https://github.com/rabbitmq/rabbitmq-codegen.git "$@"
34+
3235
tests: deps
3336
$(MVN) $(MVN_FLAGS) verify
3437

0 commit comments

Comments
 (0)