Skip to content

Instantly share code, notes, and snippets.

@apinela
Last active November 26, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apinela/8cb695a6196de2e2a511 to your computer and use it in GitHub Desktop.
Save apinela/8cb695a6196de2e2a511 to your computer and use it in GitHub Desktop.
#!/bin/bash
export CCACHE_DIR=.ccache/
export USE_CCACHE=1
. build/envsetup.sh
lunch $LUNCH
make clobber
make clean
time make -j$JOBS bacon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment