xamarin-macios/tests/mmptest/Makefile

22 строки
346 B
Makefile
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
TOP = ../..
all-local:: regression run
bin/:
mkdir bin
regression::
ifneq ($(SKIP_REGRESSION), 1)
$(MAKE) -C regression/
endif
bin/x86/Debug/mmptest.app:
$(SYSTEM_XBUILD) $(XBUILD_VERBOSITY) mmptest.csproj
2016-05-26 16:06:52 +03:00
run:: bin/ bin/x86/Debug/mmptest.app
2016-05-26 16:06:52 +03:00
bin/x86/Debug/mmptest.app/Contents/MacOS/mmptest
clean-local::
@rm -rf ./obj
@rm -rf ./bin