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

10 lines
122 B
Makefile

$(shell mkdir -p tmp)
file = $(shell echo tmp/test\#.ext)
all: test1
test1: $(file)
echo PASS
$(file):
touch $(file)