diff options
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -38,9 +38,12 @@ install:V: $SUB config.h } ape/psh mbldwrap.sh install -bootstrap:V: +genbootstrap:V: ape/psh genbootstrap.sh +bootstrap:V: + ape/psh mk/bootstrap/bootstrap+Plan9-amd64.sh + uninstall:V: $SUB config.h for(dir in $SUB)@{ cd $dir @@ -49,7 +52,7 @@ uninstall:V: $SUB config.h ape/psh mbldwrap.sh uninstall check:V: all - mbld/mbld test + obj/mbld/mbld test config.h: echo '#define Instroot "/amd64"' > config.h |