diff --git a/test/Makefile b/test/Makefile index 24b8431..05e9d51 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,9 +5,9 @@ ifdef DEBUG CFLAGS += -g3 endif -LFLAGS = -L../ -L../../c-multihash -L../../c-multiaddr +LFLAGS = -L../ -L../c-multihash -L../c-multiaddr DEPS = crypto/test_base58.h crypto/test_rsa.h test_mbedtls.h -OBJS = testit.o ../../c-protobuf/protobuf.o ../../c-protobuf/varint.o ../libp2p.a +OBJS = testit.o ../c-protobuf/protobuf.o ../c-protobuf/varint.o ../libp2p.a %.o: %.c $(DEPS) $(CC) -c -o $@ $< $(CFLAGS)