Redid dir layout, emphasizing rust port, antiquating bash and python ports. Also added a cleanup command to the rust build shell script.

This commit is contained in:
Andrew Schott 2024-06-05 01:02:30 -05:00
parent eec91833d7
commit 0b693e403c
11 changed files with 4 additions and 410 deletions

View file

@ -1,8 +1,10 @@
#!/bin/sh
echo -e "Cleaning up build environment"
rm -rf osupdater/target
echo -e "Entering build directory\n"
cd in_development/rust/osupdater/
cd osupdater/
echo -e "Building osupdater\n"
cargo build -r
echo -e "Copying binary to git root\n"
cp target/release/osupdater ../../../osupdater
cp target/release/osupdater ../osupdater