]> pd.if.org Git - uuid/blobdiff - Makefile
Added test program for md5 hashes.
[uuid] / Makefile
index 35516fe8ba451c5ea79bca2fa86f36086c49d3de..348c3aa9903b248702df0b85443f6efa61de4517 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ 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
        prove t/*.t