Skip to content

Commit

Permalink
#4 Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Oct 10, 2011
1 parent 16b26fa commit 0bbe119
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -6,11 +6,10 @@ all: deps

deps:
rebar get-deps
make -C deps/cowboy

test: test-prep all
erl -pa ebin -pa deps/misultin/ebin -pa deps/mochiweb/ebin \
-pa deps/cowboy/ebin -pa deps/cowboy/deps/quoted/ebin \
-pa deps/cowboy/ebin -pa deps/quoted/ebin \
-pa deps/eep0018/ebin -sockjs json_impl $(JSON) \
-sockjs http_impl $(HTTP) \
-run sockjs_test
Expand All @@ -33,5 +32,5 @@ clean::
rebar clean
rm -rf priv/www

distclean:: clean
distclean::
rm -rf deps priv

0 comments on commit 0bbe119

Please sign in to comment.