This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
GGS/build
2011-02-11 12:28:34 +01:00

6 lines
No EOL
79 B
Bash
Executable file

#!/usr/bin/env bash
for i in `find src -name "*.erl"`
do
erlc -o ebin $i
done