Matrix approach in Erlang, using array module.
[cellular-automata.git] / 003 / Makefile
CommitLineData
7f968603
SK
1REBAR=rebar
2
3
4compile:
5 @$(REBAR) compile
6
7
8clean:
9 @$(REBAR) clean
10 @rm -rf ebin
This page took 0.0169 seconds and 4 git commands to generate.