fill /acme

This commit is contained in:
cinap_lenrek 2011-04-14 17:27:24 +00:00
parent 71cfa9c637
commit a150899221
114 changed files with 14220 additions and 0 deletions

27
acme/bin/source/mkfile Normal file
View file

@ -0,0 +1,27 @@
</$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
}