repo.or.cz
/
rmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Integrate test_header in test_view_mail and various coding style modifications
[rmail.git]
/
src
/
applets
/
Makefile
blob
19eaa1b3a575fafaf1e045d7565515944db60ef9
1
TOPDIR
=$(
shell
pwd
)
2
3
TARGETS
=
src
4
5
.PHONY
: $(
TARGETS
)
clean
6
7
all
: $(
TARGETS
)
8
9
src
:
10
$(
MAKE
) -
C src
11
12
tests
:
13
$(
MAKE
) -
C tests PIXMAP_PATH
=$(
TOPDIR
)/
icons
/
14
15
clean
:
16
$(
MAKE
) -
C src
clean