362d72ce7b
also make it build without -Werror since newer versions of gcc complain about some of the code
9 lines
138 B
Makefile
9 lines
138 B
Makefile
PROG= pedisassem
|
|
SRCS= decoder.c ieee.c main.c pedump.c print.c
|
|
|
|
NOMAN= yes
|
|
BINDIR= ${PREFIX}/bin
|
|
|
|
NOGCCERROR=yes
|
|
|
|
.include <bsd.prog.mk>
|