Browse Source

fixing obsolete Makefile line

pull/8/merge^2
Dmitry Groshev 13 years ago
parent
commit
695903c70c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -13,5 +13,5 @@ check: test_etap/etap.beam test_etap/util.beam
clean:
rm -rf logs .eunit
ct:
eunit:
./rebar eunit skip_deps=true

Loading…
Cancel
Save