Skip to content

Commit

Permalink
[#3] Fix errors in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecaos committed Jun 24, 2015
1 parent fc7a053 commit c4ce70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PROJECT = trails

SHELL_DEPS = sync

dep_sync = git git://github.com/inaka/sync.git 0.1.3
dep_xref_runner = git git://github.com/inaka/xref_runner.git 0.2.2

SHELL_DEPS = sync

include erlang.mk

ERLC_OPTS += +'{parse_transform, lager_transform}'
Expand Down

0 comments on commit c4ce70c

Please sign in to comment.