allwinner_a64/android/build/kati/testcase/multiple_output_patterns.mk
2018-08-08 16:48:17 +08:00

11 lines
104 B
Makefile

test: foo.o
foo.o: %.o: %.c
foo.o: foo.%: bar.%
foo.o: foo.h
cp $< $@
foo.h foo.c bar.o:
touch $@