Added Readme with instructions.

Modified Makefile with dialyzer info.
This commit is contained in:
Tee Teoh
2008-10-18 23:03:10 -04:00
parent e1d88eb9a0
commit 3db54523eb
2 changed files with 31 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ static:
clean:
- rm ebin/*.beam
- rm doc/*
- rm -rf ct_nodes* all_runs.html variables*
find . -name "*~" | xargs rm
cd priv && make clean