fill /acme
This commit is contained in:
parent
71cfa9c637
commit
a150899221
114 changed files with 14220 additions and 0 deletions
27
acme/bin/source/mkfile
Normal file
27
acme/bin/source/mkfile
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue