fixed minor error in makefile

This commit is contained in:
alisdair sullivan 2010-09-22 23:22:37 -07:00
parent d67f830def
commit a2bc7dc6c0

View file

@ -5,8 +5,4 @@ test: force
./rebar eunit ./rebar eunit
clean: clean:
./rebar clean ./rebar clean
deps:
git submodule init
git submodule update