From 59e6ab844c65add2546d5cb0b058c18deea4afe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rn=20E=2E=20Hansen?= Date: Sat, 20 Apr 2013 22:06:28 +0000 Subject: [PATCH] Check in code that compiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f84903c..1921e74 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint # toolchain -COMPILE_ELF=N +COMPILE_ELF=Y ifeq (Y,$(COMPILE_ELF)) TCPREFIX=m68k-elf-