Skip to content

Instantly share code, notes, and snippets.

@MLKrisJohnson
Created October 4, 2016 19:06
Show Gist options
  • Save MLKrisJohnson/29bab47f3e957f562a24d2af84808350 to your computer and use it in GitHub Desktop.
Save MLKrisJohnson/29bab47f3e957f562a24d2af84808350 to your computer and use it in GitHub Desktop.
#!/bin/sh
# This script is used as an "External Build Tool"
case $1 in
clean)
make clean
;;
*)
make -j6 dcb-all
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment