Use concrete type syntax
[cellular-automata.git] / life / 001 / Makefile
CommitLineData
86e03ec8 1REBAR=./rebar
b1f4ac6e
SK
2
3
4compile:
5 @$(REBAR) compile
6
7
8clean:
9 @$(REBAR) clean
This page took 0.019698 seconds and 4 git commands to generate.