Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
luorenjin authored Apr 10, 2018
1 parent af2c2fb commit dd4bb4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT = emq_redis_hook
PROJECT_DESCRIPTION = Hook with Redis
PROJECT_VERSION = 2.3.4
PROJECT_VERSION = 2.3.6

DEPS = eredis ecpool clique

Expand All @@ -11,14 +11,14 @@ dep_ecpool = git https://github.com/emqtt/ecpool master
dep_clique = git https://github.com/emqtt/clique

BUILD_DEPS = emqttd cuttlefish
dep_emqttd = git https://github.com/emqtt/emqttd master
dep_emqttd = git https://github.com/emqtt/emqttd 2.3.6
dep_cuttlefish = git https://github.com/emqtt/cuttlefish

NO_AUTOPATCH = cuttlefish

TEST_DEPS = emqttc emq_auth_username
dep_emqttc = git https://github.com/emqtt/emqttc
dep_emq_auth_username = git https://github.com/emqtt/emq-auth-redis
dep_emq_auth_username = git https://github.com/emqtt/emq-auth-redis 2.3.6

TEST_ERLC_OPTS += +debug_info
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
Expand Down

0 comments on commit dd4bb4c

Please sign in to comment.