While developping within CEAN I have to compile some code and test it. So I made a script to easily compile my code
copy the file start.sh and name it compile.sh.
change the last line and write:
$BINDIR/erlc -o erlang/lib/$1*/ebin erlang/lib/$1*/src/*erl
Now if your project is named test-0.1 you can compile it with:
./compile.sh test
![]()
