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