Life 5: AWK. Simulated 3D array.
[cellular-automata.git] / 001 / Makefile
1 REBAR=./rebar
2
3
4 compile:
5 @$(REBAR) compile
6
7
8 clean:
9 @$(REBAR) clean
This page took 0.057965 seconds and 4 git commands to generate.