X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.frag;h=1106dc513ca898cf4bfbae5161c70bd831977828;hb=965ae10a6a58f2f87f883a473729cdfe5150f248;hp=463c78bd5d705600b5e670bfe5b418d9928f5c0b;hpb=daaeccccaf6fd7a01f0dacf7961faa5e8bed0851;p=awesomized%2Fext-ion diff --git a/Makefile.frag b/Makefile.frag index 463c78b..1106dc5 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -26,4 +26,4 @@ clean-ion: gcov-ion: @rm -rf $@ @mkdir -p $@ - gcovr -j $$(nproc) -sr . --html --html-details --html-title $@ -o $@/index.html -f '.*/(php_)?ion.*' + @gcovr -j $$(nproc) -sr . --html --html-details --html-title $@ -o $@/index.html -f '.*/(php_)?ion.*' 2>/dev/null