changed file structure and build
This commit is contained in:
parent
cc36d46002
commit
06de3c2f7e
8 changed files with 5 additions and 8 deletions
6
build
6
build
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erlc *.erl -o ebin
|
||||
for i in `find src -name "*.erl"`
|
||||
do
|
||||
erlc -o ebin $i
|
||||
done
|
||||
|
||||
|
|
Reference in a new issue