projects
/
elfdbg
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add support for Linux
[elfdbg/.git]
/
Makefile
1
.include <bsd.own.mk>
2
3
PREFIX?= /usr/local
4
BINDIR= ${PREFIX}/bin
5
6
PROG= elfdbg
7
MAN= elfdbg.1
8
SRCS= elfdbg.c elf.c compat.c
9
10
test:
11
@(cd tests && kyua test && kyua report)
12
13
.include <bsd.prog.mk>