Skip to content

Instantly share code, notes, and snippets.

View JFCaBa's full-sized avatar

Jose Catala JFCaBa

  • Tootoot ltd
  • Manchester
View GitHub Profile
#!/bin/bash
## Mini-Xcode: XCode 5
MIN_VERSION="6.0"
# set default output folder is build
OUTPUT_FOLDER=${PREFIX-build}
# set default compiler
CC=${CC-$(xcrun --find gcc)}