oscar64/samples/make.bat

41 lines
319 B
Batchfile

cd fractals
call make.bat
cd ..
cd games
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 ..