]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Merge pull request #276 from virtualtam/tools/phpcs
[github/shaarli/Shaarli.git] / Makefile
index 5104e302c19e0cec0eeebf2b9b145d6b850ccc65..d69fac46b2a6fccd1a85c3b4d55e1f45c9ff88a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,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 "-------"
@@ -118,13 +118,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: