xamarin-macios/tools/siminstaller/Makefile

10 строки
252 B
Makefile

TOP=../..
include $(TOP)/Make.config
all-local:: bin/Debug/siminstaller.exe
install-local:: all-local
bin/Debug/siminstaller.exe: $(wildcard *.cs) $(wildcard *.csproj) Makefile
$(Q_BUILD) $(SYSTEM_MSBUILD) $(MSBUILD_VERBOSITY) $(wildcard *.csproj)