Use concrete type syntax
[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.024613 seconds and 4 git commands to generate.