Makefile

changeset 112
a392eb8f9806
parent 74
51cbc7a44cd9
child 128
3246b74d96bc
child 137
994d03cdcba2
     1.1 diff -r 4c85846b09cd -r a392eb8f9806 Makefile
     1.2 --- a/Makefile	Sat Nov 17 19:13:08 2012 +0000
     1.3 +++ b/Makefile	Sat Nov 17 19:18:29 2012 +0000
     1.4 @@ -118,7 +118,7 @@
     1.5  TARGET		=	freebee
     1.6  
     1.7  # source files that produce object files
     1.8 -SRC			=	main.c state.c memory.c wd279x.c keyboard.c
     1.9 +SRC			=	main.c state.c memory.c wd279x.c wd2010.c keyboard.c
    1.10  SRC			+=	musashi/m68kcpu.c musashi/m68kdasm.c musashi/m68kops.c musashi/m68kopac.c musashi/m68kopdm.c musashi/m68kopnz.c
    1.11  
    1.12  # source type - either "c" or "cpp" (C or C++)