Skip to content

Instantly share code, notes, and snippets.

View rpplusplus's full-sized avatar

Xiaoxuan Tang rpplusplus

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