diff -up wiggle-1.1/Makefile.build wiggle-1.1/Makefile --- wiggle-1.1/Makefile.build 2017-09-28 08:37:04.000000000 -0400 +++ wiggle-1.1/Makefile 2018-02-21 14:04:33.644637920 -0500 @@ -4,9 +4,10 @@ #OptDbg=-O3 -march=pentium2 OptDbg=-ggdb ifndef CWFLAGS -CWFLAGS=-Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wno-missing-field-initializers +#CWFLAGS=-Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wno-missing-field-initializers endif -CFLAGS=$(OptDbg) -I. $(CWFLAGS) +#CFLAGS=$(OptDbg) -I. $(CWFLAGS) +CFLAGS+=-I. PREFIX = /usr # STRIP = -s @@ -18,7 +19,7 @@ MAN1DIR = $(MANDIR)/man1 MAN5DIR = $(MANDIR)/man5 LDLIBS = -lncurses -all: wiggle wiggle.man test +all: wiggle wiggle.man wiggle : wiggle.o load.o parse.o split.o extract.o diff.o bestmatch.o ReadMe.o \ merge2.o vpatch.o ccan/hash/hash.o