X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=3dd183ce3c498be3683a5902e9774e37a3f3845f;hb=4c37f54654eadd36a24348e75fdc9ab9ddb7f745;hp=35516fe8ba451c5ea79bca2fa86f36086c49d3de;hpb=c784264fc1aaa6a22eb718020ef5886087abd525;p=uuid diff --git a/Makefile b/Makefile index 35516fe..3dd183c 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,10 @@ libpduuid.a: $(OBJ) ar rcuv $@ $+ ranlib $@ -t/%.t: t/%.o t/ctap.o - $(CC) $(CFLAGS) -lpduuid -Wall -I. -o $@ $+ +t/%.t: t/%.o t/ctap.o libpduuid.a + $(CC) $(CFLAGS) -Wall -I. -o $@ $< t/ctap.o -lpduuid -test: t/uuidgen.t libpduuid.a +test: t/md5.t t/sha1.t t/uuidgen.t libpduuid.a prove t/*.t md5.o: md5.c