repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmbutton: fail early on missing config
[dockapps.git]
/
wmckgmail
/
Makefile
blob
f426802f62f94a7b2542a1619c847597f3173029
1
# wmckgmail 1.1 : A dockapp to monitor the number of unread mails in a gmail inbox
2
# writteh by : Sylvain Tremblay <stremblay@gmail.com>
3
# release date : September 09, 2006
4
5
all
::
6
cd wmckgmail
&&
make
7
8
install
::
9
cd wmckgmail
&&
make
install
10
11
install-man
::
12
cd wmckgmail
&&
make install-man
13