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
Jeena Paradies 62c3c3f766 added status
2011-01-25 15:10:56 +01:00

6 lines
80 B
Bash
Executable file

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