From 220e905af625ca8e433249e2cb74dfbaa2d252c3 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 4 Oct 2024 00:06:46 +0300 Subject: Add Sierra ASM68 support --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fb6d9b1..640937b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,6 @@ add_executable(m68k-disasm src/main.cpp src/data_buffer.cpp src/disasm.cpp - src/gnu.cpp src/m68k.cpp src/elf_image.cpp ) -- cgit v1.2.3