Moved Life implementations into 'life' directory.
[cellular-automata.git] / life / 001 / Makefile
... / ...
CommitLineData
1REBAR=./rebar
2
3
4compile:
5 @$(REBAR) compile
6
7
8clean:
9 @$(REBAR) clean
This page took 0.025357 seconds and 4 git commands to generate.