projects
/
ctfdump
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Dump types before the string table to match ctftools' output.
[ctfdump/.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 84a94ab06d3101ba62e7039d85c9f2e4081669bc..96aaa70aa3912d8428ff82b8dc0bba53b06e3e98 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,13
+1,11
@@
PROG= ctfdump
-MAN=
+SRCS= ctfdump.c elf.c
-DEBUG=-g
-
-CFLAGS+= -DZLIB
CFLAGS+= -Wall -Wno-unused -Werror
-LDADD+= -lz
-DPADD+= ${LIBZ}
+CFLAGS+= -DZLIB
+LDADD+= -lz
+DPADD+= ${LIBZ}
.include <bsd.prog.mk>