Skip to content

Commit 3ec61c5

Browse files
committed
GNU Legitimacy
1 parent b9001da commit 3ec61c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
MDTOOL ?= /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool
2+
3+
.PHONY: all clean
4+
5+
all: ReactiveUI.dll
6+
7+
ReactiveUI.dll:
8+
$(MDTOOL) build -c:Release ./ReactiveUI_XSAll.sln
9+
10+
clean:
11+
$(MDTOOL) build -t:Clean ./ReactiveUI_XSAll.sln

0 commit comments

Comments
 (0)