diff options
author | Tristan Sloughter <[email protected]> | 2013-09-18 22:23:18 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-09-19 20:26:25 -0500 |
commit | 0b59a913ef3b05a4a72622575a615a5a002cc86a (patch) | |
tree | 68700cdc0eca01f64afa342fd299d1dc229cc5a7 | |
parent | 61e6d8bb02149a244d2a3353a78c4543645717ac (diff) | |
download | relx-0b59a913ef3b05a4a72622575a615a5a002cc86a.tar.gz relx-0b59a913ef3b05a4a72622575a615a5a002cc86a.tar.bz2 relx-0b59a913ef3b05a4a72622575a615a5a002cc86a.zip |
fix deps target for shell target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ dialyzer: $(DEPS_PLT) typer: typer --plt $(DEPS_PLT) -r ./src -shell: get-deps compile +shell: deps compile # You often want *rebuilt* rebar tests to be available to the # shell you have to call eunit (to get the tests # rebuilt). However, eunit runs the tests, which probably |