projects
/
elfdbg
/
.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Format elfdbg source code using clang-format
[elfdbg/.git]
/
Makefile
Commit
Line
Data
f4b470b9
SB
1
DESTDIR=/usr/local/
2
BINDIR=bin
3
4
PROG= elfdbg
5
SRCS= elfdbg.c
6
7
CFLAGS+=-lelf
8
9
.include <bsd.prog.mk>