Plan 9 from Bell Labs’s /usr/web/sources/plan9/acme/bin/source/mkfile

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


</$objtype/mkfile

TARG=\
	mkwnew\
	spout\

OFILES=
HFILES=
LIB=

DIRS=win

BIN=../$objtype

</sys/src/cmd/mkmany

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

%.dirs:VQ:
	for (i in $DIRS) @{
		echo mk $i
		cd $i
		mk $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.