Skip to content

Instantly share code, notes, and snippets.

@catalan42
Created June 14, 2013 21:09
Show Gist options
  • Save catalan42/5785294 to your computer and use it in GitHub Desktop.
Save catalan42/5785294 to your computer and use it in GitHub Desktop.
Dependency specs using the "touch" command.
dog.cpp : dogSays.h
touch $@
dogSays.cpp : dogSound.h dogSays.h
touch $@
dogSays.h : strType.h
touch $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment