Skip to content

Instantly share code, notes, and snippets.

@takkanm
Created May 30, 2014 01:24
Show Gist options
  • Save takkanm/01ba9774e1ae7fcd8145 to your computer and use it in GitHub Desktop.
Save takkanm/01ba9774e1ae7fcd8145 to your computer and use it in GitHub Desktop.
make() {
if [ -e ./Makefile ]; then
make $*
else
rake $*
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment