Compiling the program is very simple. If you have downloaded the repository, everything is ready, and just must run the make
command with the appropriate options, depending on the platform.
make target=c64 tutorial=MCTILE clean all x64 exe\midres.c64.d64
make target=c128 tutorial=MCTILE clean all x128 exe\midres.c128.d64
make target=plus4 tutorial=MCTILE clean all yape exe\midres.plus4.d64
make target=vic2024 tutorial=MCTILE clean all xvic --memory 24k exe\midres.vic2024.d64
make target=atari tutorial=MCTILE clean all altirra /hardware:800 exe\midres.atari.d64