Skip to content

Commit

Permalink
Merge pull request #536 from kaos/z_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos committed Mar 14, 2013
2 parents 19ebc17 + 87fc810 commit 891d046
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
15 changes: 1 addition & 14 deletions .gitignore
Expand Up @@ -19,20 +19,7 @@ rebar
*.mo

ebin/

/deps/mochiweb/doc/
/deps/mochiweb/.eunit/

/deps/bert/
/deps/dh_date/
/deps/eiconv/
/deps/gen_smtp/
/deps/lager/
/deps/mimetypes/
/deps/mochiweb/
/deps/ua_classifier/
/deps/webzmachine/
/deps/z_stdlib/
deps/

/src/erlydtl/erlydtl_parser.erl
/src/tests/erlydtl/rendered_output/
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -22,7 +22,7 @@ all: get-deps update-deps compile

DEPS = $(shell find deps -type d | egrep '^deps/[^/]*$$' | grep -v 'deps/lager')
LAGER = deps/lager
Compile = (cd $(1) && $(REBAR_DEPS) compile)
Compile = (cd $(1) && $(REBAR_DEPS) deps_dir=.. compile)

# Helper targets
.PHONY: erl
Expand Down
1 change: 0 additions & 1 deletion deps/bear
Submodule bear deleted from 0da736
1 change: 0 additions & 1 deletion deps/folsom
Submodule folsom deleted from 23c96e
1 change: 0 additions & 1 deletion deps/meck
Submodule meck deleted from 27ed56

0 comments on commit 891d046

Please sign in to comment.