xamarin-macios/tests/dotnet/MyCatalystApp/Makefile

10 строки
164 B
Makefile

TOP=../../..
include $(TOP)/Make.config
build:
$(DOTNET) build /bl *.csproj $(MSBUILD_VERBOSITY)
run:
$(DOTNET) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run