• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TODO(c): Implement wildcard expansion in prerequisites.
2
3test1:
4	touch foo.x
5
6test2: *.x
7