repo.or.cz
/
vomak.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check if ChanServ is in the channel and abort kick attempts if not while not being op.
[vomak.git]
/
Makefile
blob
688782ec7572a29c2136926868883699ef9a535e
1
2
.PHONY
:
build
3
4
all
:
build
5
6
build
:
7
@.
/
waf build
8
9
install
:
10
@.
/
waf
install
11
12
uninstall
:
13
@.
/
waf
uninstall
14
15
clean
:
16
@.
/
waf
clean
17
18
distclean
:
19
@.
/
waf
distclean
20
@
-
rm
-
f Makefile
21