mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-29 00:44:13 +01:00
release fix
This commit is contained in:
parent
e3b9008abb
commit
c803a6c9c7
@ -16,6 +16,13 @@ if [[ $1 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Build libsc64
|
||||||
|
echo "Building libsc64"
|
||||||
|
pushd sw/libsc64
|
||||||
|
./build.sh
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
# Build bootloader
|
# Build bootloader
|
||||||
echo "Building bootloader"
|
echo "Building bootloader"
|
||||||
pushd sw/bootloader
|
pushd sw/bootloader
|
||||||
|
Loading…
Reference in New Issue
Block a user