repo.or.cz
/
git
/
trast.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add "git commit --all" since everybody seems to want it.
[git/trast.git]
/
tools
/
Makefile
blob
8e7252e592e1eab9cdacdb12a09ce9cd5ab5528e
1
CC
=
gcc
2
CFLAGS
=-
Wall
-
O2
3
HOME
=$(
shell
echo
$
$HOME
)
4
5
PROGRAMS
=
mailsplit mailinfo
6
SCRIPTS
=
applymbox applypatch
7
8
all
: $(
PROGRAMS
)
9
10
install
: $(
PROGRAMS
) $(
SCRIPTS
)
11
cp
-
f
$(
PROGRAMS
) $(
SCRIPTS
) $(
HOME
)/
bin
/
12
13
clean
:
14
rm
-
f
$(
PROGRAMS
) *
.o