25 lines
331 B
Bash
Executable File
25 lines
331 B
Bash
Executable File
#!/bin/sh
|
|
|
|
( cd fractals ; ./build.sh )
|
|
|
|
( cd games ; ./build.sh )
|
|
|
|
( cd hires ; ./build.sh )
|
|
|
|
( cd hiresmc ; ./build.sh )
|
|
|
|
( cd particles ; ./build.sh )
|
|
|
|
( cd kernalio ; ./build.sh )
|
|
|
|
( cd memmap ; ./build.sh )
|
|
|
|
( cd rasterirq ; ./build.sh )
|
|
|
|
( cd scrolling ; ./build.sh )
|
|
|
|
( cd sprites ; ./build.sh )
|
|
|
|
( cd stdio ; ./build.sh )
|
|
|