oscar64/samples/make.bat

37 lines
289 B
Batchfile

cd fractals
call make.bat
cd ..
cd hires
call make.bat
cd ..
cd hiresmc
call make.bat
cd ..
cd kernalio
call make.bat
cd ..
cd memmap
call make.bat
cd ..
cd rasterirq
call make.bat
cd ..
cd scrolling
call make.bat
cd ..
cd sprites
call make.bat
cd ..
cd stdio
call make.bat
cd ..