Skip to content

Instantly share code, notes, and snippets.

@acundari
Created April 6, 2017 16:15
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 acundari/4134f7cd05f9cf6305de299536cdfb83 to your computer and use it in GitHub Desktop.
Save acundari/4134f7cd05f9cf6305de299536cdfb83 to your computer and use it in GitHub Desktop.
Pass make commands to rake
CMD=rake
.PHONY: build
default: build
%:
@$(CMD) $(MAKECMDGOALS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment