home
/
code
/
cellular-automata.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
A more readable list.
[cellular-automata.git]
/
003
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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.029307 seconds
and
4
git commands to generate.