repo.or.cz
/
ttodo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial revision
[ttodo.git]
/
Makefile
blob
25460ae4415a929810c6bb175bc064afc2e531a3
1
include
Config.mk
2
3
EXE
=
todo
4
SRCS
= $(
wildcard
*
.
cc
)
5
OBJS
= $(
SRCS
:
.
cc
=
.o
)
6
LIBS
= -
lutio
-
lustl
7
8
include
Comrubin.mk
9