Skip to content

Commit

Permalink
Updated the make file to build things relevant to mono.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Oct 10, 2012
1 parent 037d185 commit a2988d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all: clean compile

compile:
xbuild SignalR.sln
xbuild SignalR.Mono.sln

clean:
xbuild SignalR.sln /t:Clean
xbuild SignalR.Mono.sln /t:Clean

# For some odd reason, this hangs after running all the tests so
# ctrl + c might be needed to break out after tests run.
Expand Down

0 comments on commit a2988d1

Please sign in to comment.