FreeCalypso > hg > freecalypso-tools
diff target-utils/c139explore/Makefile @ 520:bfddfecc52b2
target-utils: removed duplicated mygetchar.c modules
from individual programs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 03 Jun 2019 00:40:13 +0000 |
parents | 58d3a0634272 |
children |
line wrap: on
line diff
--- a/target-utils/c139explore/Makefile Sun Jun 02 23:59:12 2019 +0000 +++ b/target-utils/c139explore/Makefile Mon Jun 03 00:40:13 2019 +0000 @@ -7,8 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= c139explore -OBJS= crt0.o backlight.o cmdtab.o dac.o lcd.o main.o mygetchar.o uartbase.o \ - uwire.o +OBJS= crt0.o backlight.o cmdtab.o dac.o lcd.o main.o uartbase.o uwire.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`