mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
12 lines
131 B
Text
12 lines
131 B
Text
|
dir-%:V:
|
||
|
for i in $DIRS
|
||
|
do
|
||
|
(cd $i; mk $stem)
|
||
|
done
|
||
|
|
||
|
all:V: dir-all
|
||
|
clean:V: dir-clean
|
||
|
install:V: dir-install
|
||
|
nuke:V: dir-nuke
|
||
|
|