diff --git a/Makefile b/Makefile index 0645cee..d5aeb66 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif # can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint # toolchain -COMPILE_ELF=Y +COMPILE_ELF=N ifeq (Y,$(COMPILE_ELF)) TCPREFIX=m68k-elf-