7 lines
69 B
Makefile
7 lines
69 B
Makefile
files = $(wildcard P* M*)
|
|
|
|
test1:
|
|
touch PASS
|
|
|
|
test2:
|
|
echo $(files)
|