d715fdbad45024df0574731e481d37760097ae6f
[cellular-automata.git] / 003 / Makefile
1 REBAR=rebar
2
3
4 compile:
5 @$(REBAR) compile
6
7
8 clean:
9 @$(REBAR) clean
10 @rm -rf ebin
This page took 0.038068 seconds and 3 git commands to generate.