Fix up 'make clean', TODO list

This commit is contained in:
Scott Lystig Fritchie 2015-03-03 16:22:05 +09:00
parent 9eda779f6e
commit ff7c02d2dd
3 changed files with 5 additions and 5 deletions

View file

@ -14,8 +14,7 @@ deps:
$(REBAR_BIN) get-deps $(REBAR_BIN) get-deps
clean: clean:
$(REBAR_BIN) clean $(REBAR_BIN) -r clean
-for dir in deps/*; do (cd $$dir ; $(REBAR_BIN) clean); done
test: deps compile eunit test: deps compile eunit

View file

@ -14,9 +14,7 @@ deps:
$(REBAR_BIN) get-deps $(REBAR_BIN) get-deps
clean: clean:
$(REBAR_BIN) clean $(REBAR_BIN) -r clean
-for dir in deps/*; do (cd $$dir ; $(REBAR_BIN) clean); done
test: deps compile eunit test: deps compile eunit

View file

@ -67,6 +67,9 @@ research papers.
## TODO list ## TODO list
__ The src/corfu* files in this sub-repo differ from the original
prototype source files in the ../corfu sub-repo, sorry!
__ The current checkpoint implementation is fundamentally broken and __ The current checkpoint implementation is fundamentally broken and
needs a rewrite, or else. needs a rewrite, or else.
This issue is not mentioned at all in the Tango paper. This issue is not mentioned at all in the Tango paper.