Home | History | Annotate | Download | only in testcase
      1 sources := foo.c bar.c baz.s ugh.h
      2 
      3 test:
      4 	echo cc $(filter %.c %.s,$(sources)) -o foo
      5