]> pd.if.org Git - uuid/blobdiff - Makefile
Fixed argument order for compile
[uuid] / Makefile
index 35516fe8ba451c5ea79bca2fa86f36086c49d3de..f2e67a9fcae6eefcd4623f37fbfc37c52ff3b35f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ libpduuid.a:  $(OBJ)
        ranlib $@
 
 t/%.t: t/%.o t/ctap.o
-       $(CC) $(CFLAGS) -lpduuid -Wall -I. -o $@ $+ 
+       $(CC) $(CFLAGS) -Wall -I. -o $@ $+ -lpduuid
 
 test:  t/uuidgen.t libpduuid.a
        prove t/*.t