This commit is contained in:
2018-12-21 14:07:17 +00:00
parent fffed47b75
commit 485c2fa3ee
6 changed files with 10 additions and 11 deletions

View File

@ -29,7 +29,7 @@ test: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regres=no
clean:
rm -rf bin obj
rm -rf bin obj testingrepo
.PHONY: test