initial commit
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
#!/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 )
|
||||
|
||||
Reference in New Issue
Block a user