adds a 'watch' target

This commit is contained in:
2017-06-03 01:04:10 +02:00
parent eafb48dfea
commit 226790c1df

View File

@ -3,6 +3,9 @@ PRODDESTDIR=/srv/www/yavsc
default: pushInPre
watch:
ASPNET_ENV=Development dnx-watch web --configuration=Debug
cleanRelease:
rm -rf bin/Release