shithub: rc

ref: 3e6dc22ba80448d7462f3a88beb7c6d1973113eb
dir: /bin/mkall/

View raw version
#!/bin/rc -e
for(i in amd64 386 arm){
	if(! ~ $#* 0)
		objtype=$i mk $*^.install
	if not
		objtype=$i mk install
}
if(! ~ $#* 0)
	mk cleancmds
if not
	mk clean