]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Fri, 24 Jul 1998 03:00:11 +0000 (03:00 +0000)
committerwessels <>
Fri, 24 Jul 1998 03:00:11 +0000 (03:00 +0000)
test-suite/Makefile

index aee1feab32e8873b4e10fed2f1443c96a9578c4c..183f5a81b07be84aee2d4d3026c36652fced4a99 100644 (file)
@@ -12,7 +12,13 @@ XTRA_LIBS = -lm  -lmalloc
 all:  membanger
 
 membanger: $(OBJS) $(TARGLIB)
-       gcc -o membanger $(OBJS) $(LIB)
+       $(CC) -o membanger $(OBJS) $(LIB)
+
+tcp-banger2: tcp-banger2.o
+       $(CC) -o $@ tcp-banger2.o
+
+tcp-banger2.o: tcp-banger2.c
+       $(CC) -c -I../include tcp-banger2.c
 
 $(OBJS): Makefile