Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merged in
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Dec 14, 2012
1 parent cd5fdc5 commit 1943044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Parse/binding/Makefile
Expand Up @@ -2,11 +2,11 @@ BTOUCH=/Developer/MonoTouch/usr/bin/btouch

all: Parse.dll

parse-library-1.1.21.zip:
@echo "You need to download 'parse-library-1.1.21.zip' from http://parse.com"
parse-library-1.1.22.zip:
@echo "You need to download 'parse-library-1.1.22.zip' from http://parse.com"
@exit 1

parse-framework.stamp: parse-library-1.1.21.zip
parse-framework.stamp: parse-library-1.1.22.zip
unzip $^
touch parse-framework.stamp

Expand Down

0 comments on commit 1943044

Please sign in to comment.