X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=28353587c238dfdd91809d00d7debc751c2178e7;hb=d0ce99e59ecc8d62eefbf1322736880159a7e9e7;hp=80efcfaafd0e2973c4ea73aaf0c33e3ff77a0ca0;hpb=2ac5938b670997454f00e9f1d8f7459e428bb331;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 80efcfaa..28353587 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ mess_detector_summary: mess_title # See phpunit.xml for configuration # https://phpunit.de/manual/current/en/appendixes.configuration.html ## -test: clean +test: @echo "-------" @echo "PHPUNIT" @echo "-------" @@ -114,13 +114,13 @@ test: clean ### remove all unversioned files clean: - @git clean -df + @git clean -df ### update the local copy of the documentation doc: clean - @rm -rf doc - @git clone https://github.com/shaarli/Shaarli.wiki.git doc - @rm -rf doc/.git + @rm -rf doc + @git clone https://github.com/shaarli/Shaarli.wiki.git doc + @rm -rf doc/.git ### Convert local markdown documentation to HTML htmldoc: