• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1foo:= hoge.c mgoe.c
2
3test:
4	echo $(foo:%.c=%.o)
5