• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1test1: foo
2	echo test1
3
4test2: foo
5	echo test2
6
7foo:
8	echo foo > $@
9