Skip to content

Commit

Permalink
Added comment to explain status of Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Aug 28, 2014
1 parent e65fe12 commit 4fe18e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# This makefile is mainly intended for use on the CI server (Travis). It
# requires xcpretty to be installed.

# If you are trying to build a release locally consider using the build.rb
# script in the Tools directory instead.


BUILD_DIR = OBJROOT="$(CURDIR)/build" SYMROOT="$(CURDIR)/build"
SHELL = /bin/bash -e -o pipefail
IPHONE = -scheme OCMockLib -sdk iphonesimulator -destination 'name=iPhone Retina (4-inch)' $(BUILD_DIR)
Expand Down

0 comments on commit 4fe18e9

Please sign in to comment.