oscar64/samples/build.sh

42 lines
299 B
Bash

#!/bin/sh
cd fractals
./build.sh
cd ..
cd games
./build.sh
cd ..
cd hires
./build.sh
cd ..
cd hiresmc
./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 ..