Makefile

changeset 151
b63a3999e2e7
parent 137
994d03cdcba2
     1.1 --- a/Makefile	Fri Apr 18 01:26:01 2014 -0600
     1.2 +++ b/Makefile	Fri Apr 18 01:34:20 2014 -0600
     1.3 @@ -118,7 +118,7 @@
     1.4  TARGET		=	freebee
     1.5  
     1.6  # source files that produce object files
     1.7 -SRC			=	main.c state.c memory.c wd279x.c wd2010.c keyboard.c
     1.8 +SRC			=	main.c state.c memory.c wd279x.c wd2010.c keyboard.c tc8250.c
     1.9  SRC			+=	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++)