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
Commit removed for windows
[ttodo.git]
/
Makefile
blob
5243ac6392e4c12a171299cf6e186c8cabc2909e
1
include
Config.mk
2
3
EXE
=
todo
4
SRCS
= $(
wildcard
*
.
cc
)
5
OBJS
= $(
SRCS
:
.
cc
=
.o
)
6
LIBS
= -
liff
-
lutui
-
lutio
-
lustl
7
8
ifdef
STANDALONE
9
LIBS
+= -
lsupc
++ -
lgcc_s
-
lc
10
endif
11
12
include
Comrubin.mk
13