Skip to content

Instantly share code, notes, and snippets.

@shakesoda
Created June 25, 2012 18:19
Show Gist options
  • Save shakesoda/2990320 to your computer and use it in GitHub Desktop.
Save shakesoda/2990320 to your computer and use it in GitHub Desktop.
all:
cp foo.o bar.o
@echo "or if you're the silent type..."
@cp bar.o baz.o
@echo "copied bar.o to baz.o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment