diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-24 09:52:45 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-24 09:52:45 -0700 |
commit | f909412065fd4ff57be299b982479ac42ec93a0b (patch) | |
tree | a2c831b2dc627621bded000f012b185723f4c998 /mkfile | |
parent | 883501182d7c7545287b0df0375a8974b853335d (diff) | |
download | mc-f909412065fd4ff57be299b982479ac42ec93a0b.tar.gz |
Add mbld commands to mkfile.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,8 @@ all:V: $SUB config.h cd $dir mk $MKFLAGS } + ape/psh mbldwrap.sh + nuke:V: $SUB rm -f config.h rm -f config.mk @@ -19,24 +21,28 @@ nuke:V: $SUB cd $dir mk $MKFLAGS nuke } + ape/psh mbldwrap.sh clean clean:V: $SUB config.h for(dir in $SUB)@{ cd $dir mk $MKFLAGS clean } + ape/psh mbldwrap.sh clean install:V: $SUB config.h for(dir in $SUB)@{ cd $dir mk $MKFLAGS install } + ape/psh mbldwrap.sh install uninstall:V: $SUB config.h for(dir in $SUB)@{ cd $dir mk $MKFLAGS } + ape/psh mbldwrap.sh uninstall check:V: all cd test |