@ -0,0 +1,15 @@
default: cleanbuild
build:
nuget restore
cd QuickPlay && msbuild /t:Build
deploy: build
cd QuickPlay && msbuild /t:Install
clean:
git clean -fxd
git submodule foreach --recursive git clean -fxd
cleanbuild: clean build