X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=e416fabec2304c616554ef753bf18c704b6ccfa7;hb=fdcc11b029058dd4555a8c04a1cac4f6ca58bc81;hp=46d37b071c4dbb7515f8441357ee090bd961bfdb;hpb=96d62832ad1428de0aa2c7efcaf0754305dc3f60;p=ctap diff --git a/Makefile b/Makefile index 46d37b0..e416fab 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ main: $(OBJS) clean: rm -rf *.o main -test: main - @prove --exec '' ./main +test: main prove + @./prove ./main