Skip to content

Commit

Permalink
Merge pull request #115 from inaka/euen.113.modify_ignore_deps_in_mak…
Browse files Browse the repository at this point in the history
…efile

[Fix #113] modify IGNORE_DEPS in makefile
  • Loading branch information
Brujo Benavides committed Jan 18, 2016
2 parents e1b07a5 + fabcc47 commit 45a1b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BUILD_DEPS = inaka_mk hexer_mk
LOCAL_DEPS = xmerl tools compiler syntax_tools common_test inets ssl test_server hipe public_key dialyzer wx

# Prevents erlang.mk from downloading elvis_core's katana dependency
IGNORE_DEPS = katana
IGNORE_DEPS += katana

dep_inaka_aleppo = hex 0.9.5
dep_xref_runner = hex 0.2.4
Expand Down

0 comments on commit 45a1b13

Please sign in to comment.