This commit is contained in:
Paul Schneider 2018-12-21 14:07:17 +00:00
commit c5a3f7f61f
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