1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 08:58:33 +00:00
morpheus/mkfile
2014-04-07 14:37:20 +03:00

20 lines
349 B
Makefile

`{ test -e config.mk || cp config.def.mk config.mk }
configmk = `{pwd}/config.mk
mkbuild = `{pwd}/mkbuild
TARG = stage0
all: $TARG
&:
cd ports/stage0
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk
clean:
cd ports
mk configmk="$configmk" mkbuild="$mkbuild" clean
submodule:
git submodule init
git submodule update --remote