diff --git a/Yavsc/Makefile b/Yavsc/Makefile index f7d5d454..5153ddfc 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -3,6 +3,9 @@ PRODDESTDIR=/srv/www/yavsc default: pushInPre +watch: + ASPNET_ENV=Development dnx-watch web --configuration=Debug + cleanRelease: rm -rf bin/Release