projects
/
ctfdump
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Simple manual and sync usage() with reality.
[ctfdump/.git]
/
Makefile
1
2
PROG= ctfdump
3
4
CFLAGS+= -Wall -Wno-unused -Werror
5
6
CFLAGS+= -DZLIB
7
LDADD+= -lz
8
DPADD+= ${LIBZ}
9
10
.include <bsd.prog.mk>