Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « sdks - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63480fa8704e27103dfbe79e24e7abe7a6a709ec (plain)
1
2
3
4
5
6
7
8

all:
	$(MAKE) -C builds all
	$(MAKE) -C android all

clean:
	$(MAKE) -C builds clean
	$(MAKE) -C android clean