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

9 lines
74 B
Makefile

test1:
echo "foo: bar" > foo.d
test2: foo
bar:
echo OK
-include *.d