CONF?=/p:Configuration=Release default: cleanbuild build: nuget restore cd QuickPlay && msbuild /t:Build ${CONF} deploy: build cd QuickPlay && msbuild /t:Install ${CONF} clean: git clean -fxd git submodule foreach --recursive git clean -fxd cleanbuild: clean build cleandeploy: clean deploy launch: adb shell monkey -p cz.ledoian.android.quickplay 1