X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=a86f9aa8bbe8bdb0b160db7cea331ba605a3eeb0;hb=478ce8afb467d59eb3dce5ec4a9e9446b134aecf;hp=c560d8d16d60f7e023d06c4ec66eaa483b0631f9;hpb=05af6f53256056eacb3813aff8aa606e83365f61;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index c560d8d1..a86f9aa8 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ test: @echo "-------" @echo "PHPUNIT" @echo "-------" + @mkdir -p sandbox @$(BIN)/phpunit tests ## @@ -119,6 +120,7 @@ test: ### remove all unversioned files clean: @git clean -df + @rm -rf sandbox ### generate Doxygen documentation doxygen: clean