Skip to content

Commit

Permalink
Make Mavericks the default target
Browse files Browse the repository at this point in the history
  • Loading branch information
Piker-Alpha committed Jan 4, 2014
1 parent e50b0ea commit 2091a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ VPATH = $(OBJROOT):$(SYMROOT)

ifeq ($(MAKECMDGOALS),)
#
# No OS build target given. Build for Mountain Lion (default).
# No OS build target given. Build for Mavericks (default).
#
MAKE_TARGET_OS = 6;
MAKEGOAL = mountain-lion
MAKE_TARGET_OS = 10;
MAKEGOAL = mavericks
else
#
# Setting MAKE_TARGET_OS and MAKEGOAL based on OS build target.
Expand Down

0 comments on commit 2091a18

Please sign in to comment.