5 lines
51 B
Makefile
5 lines
51 B
Makefile
test1:
|
|
touch foo
|
|
|
|
test2:
|
|
echo $(wildcard \f\o\o)
|