Add install

This commit is contained in:
Jeremy Soller 2016-10-31 13:53:37 -06:00
parent 47034cf00e
commit a8c48d184c
3 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@ then
xargo clean
popd
;;
install)
mkdir -p root/bin
pushd build
#TODO xargo install --root "../root" $CARGOFLAGS
cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../root/bin
popd
;;
fetch)
git clone --recursive "$GIT" build
;;

View File

BIN
recipes/smith/root/bin/smith Executable file

Binary file not shown.