X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Fraw%2Ftest%2FMakefile;h=0ea2f98e976eeb3a1cb51dc590034a55ecd5eaf1;hb=d4977183ceadd67f4cab740e6bd38e26ad80fe93;hp=fba469b44ea417566b889fa55c7ce29b2d1da0a0;hpb=76638172720096c39365eac22ad9437d81f65557;p=swifty.git diff --git a/src/raw/test/Makefile b/src/raw/test/Makefile index fba469b..0ea2f98 100644 --- a/src/raw/test/Makefile +++ b/src/raw/test/Makefile @@ -13,6 +13,12 @@ test: test.o test_sw_socket.o test_sw_bind.o test_sw_getsockname.o \ test_sw_close.o test_dummy.o test_common.o \ ../swift_raw.o ../swift_list.o +../swift_raw.o: ../swift_raw.c ../include/swift_raw.h + make -C .. swift_raw.o + +../swift_list.o: ../swift_list.c ../include/swift_list.h + make -C .. swift_list.o + clean: -rm -f *~ *.o -rm -f test