Set interval back to 0.1 sec.
[cellular-automata.git] / 001 / Makefile
CommitLineData
b1f4ac6e
SK
1REBAR=rebar
2
3
4compile:
5 @$(REBAR) compile
6
7
8clean:
9 @$(REBAR) clean
This page took 0.024174 seconds and 4 git commands to generate.