Updated rez

This commit is contained in:
Vale Tolpegin
2014-12-09 13:00:54 +00:00
parent b31f7c7fbd
commit 1ec06144c5

View File

@@ -27,6 +27,7 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:flex
cmd:bison
cmd:rez
"
BUILD()
@@ -35,12 +36,7 @@ BUILD()
BE_C_COMPILER=gcc make DEBUG=0
PATH=`pwd`:$PATH
popd
pushd rez
BE_C_COMPILER=gcc make DEBUG=0
PATH=`pwd`:$PATH
popd
cd sum-it
BE_C_COMPILER=gcc make DEBUG=0