Skip to content

Commit

Permalink
GNU Legitimacy
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Mar 28, 2014
1 parent b9001da commit 3ec61c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MDTOOL ?= /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool

.PHONY: all clean

all: ReactiveUI.dll

ReactiveUI.dll:
$(MDTOOL) build -c:Release ./ReactiveUI_XSAll.sln

clean:
$(MDTOOL) build -t:Clean ./ReactiveUI_XSAll.sln

0 comments on commit 3ec61c5

Please sign in to comment.