X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=socket-sniff%2FMakefile;h=d9d783f1469c32c27431c8e7bd6eb1afbd25a77c;hb=2bd18d410e42775bbdaab680447d1e2c43f5491c;hp=e90a6deaf20bab64bb94fb53d1925c43b3328452;hpb=d596ebac3d36c4dd69485f49daa05e673dad0def;p=rrq%2Frrqmisc.git diff --git a/socket-sniff/Makefile b/socket-sniff/Makefile index e90a6de..d9d783f 100644 --- a/socket-sniff/Makefile +++ b/socket-sniff/Makefile @@ -1,11 +1,9 @@ default: socket-sniff -.INTERMEDIATE: socket-sniff.o -socket-sniff.o: CFLAGS = -Wall -I../htable -g -socket-sniff.o: socket-sniff.c | ignores.i +CFLAGS = -Wall -I../vector -g -fmax-errors=1 +LDLIBS = -L../vector -lvector -socket-sniff: LDLIBS = -L../htable -lhtable -socket-sniff: socket-sniff.o +.INTERMEDIATE: socket-sniff.o clean: rm -f socket-sniff