Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created February 8, 2015 21:10
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 gilligan/d3b627cd2d45081c4515 to your computer and use it in GitHub Desktop.
Save gilligan/d3b627cd2d45081c4515 to your computer and use it in GitHub Desktop.
Makefile
all: foo
foo: dst/.build
dst/.build : src/foo.y src/bar.y src/baz.y
./magic
@touch dst/.build
dst/baz.x : dst/bar.x
clean:
-rm -rf dst/*
-rm -rf dst/.build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment