Skip to content
Snippets Groups Projects
Commit a8c48d18 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add install

parent 47034cf0
No related branches found
No related tags found
No related merge requests found
......@@ -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
;;
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment