Skip to content

Commit

Permalink
[Fix #113] modify IGNORE_DEPS in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Euen committed Jan 18, 2016
1 parent e1b07a5 commit fabcc47
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 fabcc47

Please sign in to comment.