Skip to content

Instantly share code, notes, and snippets.

View icq4ever's full-sized avatar
🌏
127.0.0.1

Yi donghoon icq4ever

🌏
127.0.0.1
View GitHub Profile
@acarabott
acarabott / buildAndRun.sh
Last active October 12, 2016 20:50
openFrameworks Sublime Text Build
#!/bin/bash
# This lives in your project directory, alongside src/, bin/, config.make, etc
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
make Debug && make RunDebug;