Skip to content

Commit

Permalink
Merge branch 'kivra-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin committed Oct 24, 2014
2 parents 0878abe + c3fdcb4 commit ddc4a7a
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
ebin
deps
.rebar
.erlang.*
23 changes: 23 additions & 0 deletions Makefile
@@ -0,0 +1,23 @@
PROJECT = amqp_client

DEPS = rabbit_common

ERLC_OPTS = +debug_info \
+compressed \
+report \
+warn_export_all \
+warn_export_vars \
+warn_shadow_vars \
+warn_unused_function \
+warn_deprecated_function \
+warn_obsolete_guard \
+warn_unused_import \
+nowarn_export_vars


COMPILE_FIRST = amqp_gen_consumer \
amqp_gen_connection

dep_rabbit_common = git git://github.com/jbrisbin/rabbit_common.git rabbitmq_3.4.0

include erlang.mk

0 comments on commit ddc4a7a

Please sign in to comment.