Quoted literal characters in comments.
[cellular-automata.git] / 001 / Makefile
CommitLineData
b1f4ac6e
SK
1REBAR=rebar
2
3
4compile:
5 @$(REBAR) compile
6
7
8clean:
9 @$(REBAR) clean
This page took 0.023728 seconds and 4 git commands to generate.