added status

This commit is contained in:
Jeena Paradies 2011-01-25 15:10:56 +01:00
commit 62c3c3f766
8 changed files with 24 additions and 8 deletions

1
build
View file

@ -4,4 +4,3 @@ for i in `find src -name "*.erl"`
do
erlc -o ebin $i
done