index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
kati
/
wildcard_multi
/
test1
/
mk
1
files = $(wildcard P* M*)
2
3
test1:
4
touch PASS
5
6
test2:
7
echo $(files)