Plan 9 from Bell Labs’s /usr/web/sources/contrib/yk/root/sys/src/cmd/git/aux/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

BIN=/$objtype/bin/git/aux
TARG=walk patch
OFILES=
DIRS=diff

</sys/src/cmd/mkmany

$BIN/%: $BIN
$BIN:
	mkdir -p $target

all:V:	dirs
install:V: install.dirs
installall:V: installall.dirs
clean:V: clean.dirs
nuke:V: nuke.dirs
test:V: test.dirs

dirs:V:
	for(i in $DIRS) @{
		cd $i
		echo mk $i
		mk $MKFLAGS all
	}

%.dirs:V:
	for(i in $DIRS) @{
		cd $i
		echo mk $i
		mk $MKFLAGS $stem
	}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.