repo.or.cz
/
Tsunagari.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed full license from babysfirst.world
[Tsunagari.git]
/
Makefile
blob
5d3efdd24960204e36a26c13d5e9237a0ed0f3da
1
# TLD Makefile - Aliases to src/Makefile
2
3
all
:
4
5
%:
6
cd src
&&
make
$
@
7
8
# Need to specify manually because './doc/' is a directory.
9
.PHONY
:
doc
10
doc
:
11
cd src
&&
make doc
12