Skip to content

Commit

Permalink
Move dependencies to compilation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 27, 2012
1 parent e9ea38b commit fa5eb6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ ebin: lib/*.ex lib/*/*.ex lib/*/*/*.ex
@ echo Compiling ...
@ mkdir -p $(EBIN_DIR)
@ touch $(EBIN_DIR)
elixirc lib/*/*/*.ex lib/*/*.ex lib/*.ex -o ebin
elixirc -pa deps/cowboy/ebin lib/*/*/*.ex lib/*/*.ex lib/*.ex -o ebin
@ echo

test: compile
Expand Down
2 changes: 0 additions & 2 deletions lib/dynamo/cowboy/handler.ex
@@ -1,5 +1,3 @@
Code.prepend_path("deps/cowboy/ebin")

defmodule Dynamo::Cowboy::Handler do
@moduledoc """
This is the default Cowboy handler that is able
Expand Down

0 comments on commit fa5eb6c

Please sign in to comment.