Removed extraneous 'echo' comments.

- Removed 'echo' comments about SDK needing to be located in /Developer. This is no longer the case after commit b15bf7d.
This commit is contained in:
mistermatt2u 2015-12-15 23:06:59 -05:00
parent 019b4258fa
commit 3839ccf333
1 changed files with 0 additions and 8 deletions

View File

@ -11,14 +11,6 @@
all : direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_packets ttcalc direwolf.conf
@echo " "
@echo "Next step install with: "
@echo " "
@echo " sudo make install"
@echo " "
@echo "System SDK's (10.8 - 10.10) must be located here to make use of them. "
@echo " /Developer/SDKs "
@echo " "
SDK_PATH := $(shell xcrun --show-sdk-path)
SDK_VERSION := $(shell xcrun --show-sdk-version)