plan9fox/sys/src/9/mkfile
Ori Bernstein bcfee7b547 revert 8c228a123fa0c6062570964011854302bbf57242: accidental commit
was testing out the git/import tweaks and accidentally
pushed this commit. No comment on whether we want it,
but it definitely wasn't ready for merge.

Oops.
2021-08-22 17:47:38 +00:00

33 lines
252 B
Makefile

ARCH=\
bcm\
bcm64\
cycv\
kw\
mtx\
omap\
pc\
pc64\
ppc\
sgi\
teg2\
xen\
zynq\
all:V:
for(i in $ARCH)@{
cd $i
mk
}
installall install:V:
for(i in $ARCH) @{
cd $i
mk install
}
clean:V:
for(i in $ARCH) @{
cd $i
mk clean
}