X-Git-Url: https://pd.if.org/git/?p=uuid;a=blobdiff_plain;f=Makefile;fp=Makefile;h=348c3aa9903b248702df0b85443f6efa61de4517;hp=f2e67a9fcae6eefcd4623f37fbfc37c52ff3b35f;hb=6c2a66816de51f195e4cae40406834f519768099;hpb=04180d5e69c3d727e5837fff1224fbf4b244fe20 diff --git a/Makefile b/Makefile index f2e67a9..348c3aa 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ libpduuid.a: $(OBJ) ar rcuv $@ $+ ranlib $@ -t/%.t: t/%.o t/ctap.o - $(CC) $(CFLAGS) -Wall -I. -o $@ $+ -lpduuid +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