oscar64/samples/build.sh

34 lines
243 B
Bash

#!/bin/sh
cd fractals
./build.sh
cd ..
cd hires
./build.sh
cd ..
cd kernalio
./build.sh
cd ..
cd memmap
./build.sh
cd ..
cd rasterirq
./build.sh
cd ..
cd scrolling
./build.sh
cd ..
cd sprites
./build.sh
cd ..
cd stdio
./build.sh
cd ..