4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
erlc *.erl -o ebin
|
|
erlc src/*.erl -o ebin
|