We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13992 commit 137b6b1Copy full SHA for 137b6b1
erlang/Makefile
@@ -1,5 +1,5 @@
1
-DEPS = amqp_client
+all:
2
+ rebar3 compile
3
-dep_amqp_client = hex 3.7.13
4
-
5
-include erlang.mk
+clean:
+ rebar3 clean && rm -rf _build
0 commit comments