X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=Makefile;h=0ae921c540ddc748e989189455ec4ea0954ee5d6;hp=071205befb3708b17a04925d59d0696ae98d2cf3;hb=ce4fd67e5bfd07192ca5cb357798aaa3588512e4;hpb=4d97bfb776c19fb9c817e7fa87e64fea0e2a37ff diff --git a/Makefile b/Makefile index 071205b..0ae921c 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,13 @@ all: libhexagon.a docs testfiles clean: rm -f $(OBJS) libhexagon.a $(TESTS) -t/%.t: t/%.o t/tap.o $(OBJS) +t/%.t: t/%.o t/ctap.o $(OBJS) $(CC) -I.. -I. -o $@ $+ $(LDFLAGS) testfiles: $(TESTS) test: libhexagon.a $(TESTS) - @prove --exec '' 2>/dev/null + @prove --exec $(TESTS) '' 2>/dev/null libhexagon.a: $(OBJS) ar r $@ $+