1.1 diff -r e2dcbabc7e1c -r 3e99497dca33 Makefile 1.2 --- a/Makefile Sun Nov 28 20:02:45 2010 +0000 1.3 +++ b/Makefile Sun Nov 28 20:52:53 2010 +0000 1.4 @@ -115,7 +115,7 @@ 1.5 TARGET = freebee 1.6 1.7 # source files that produce object files 1.8 -SRC = main.c musashi/m68kcpu.c musashi/m68kops.c musashi/m68kopac.c musashi/m68kopdm.c musashi/m68kopnz.c 1.9 +SRC = main.c musashi/m68kcpu.c musashi/m68kdasm.c musashi/m68kops.c musashi/m68kopac.c musashi/m68kopdm.c musashi/m68kopnz.c 1.10 1.11 # source type - either "c" or "cpp" (C or C++) 1.12 SRC_TYPE = c