diff serial/Makefile @ 40:8f505d413815

serial: full baud/spenh argument parsing implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 20 Mar 2021 20:23:24 +0000
parents 1d96f3b4f155
children 5ee00413b8af
line wrap: on
line diff
--- a/serial/Makefile	Sat Mar 20 20:03:29 2021 +0000
+++ b/serial/Makefile	Sat Mar 20 20:23:24 2021 +0000
@@ -6,7 +6,7 @@
 
 INSTBIN=${INSTALL_PREFIX}/bin
 
-ATR_OBJS=	atrmain.o collect_atr.o invtable.o serport.o
+ATR_OBJS=	atrmain.o baud_parse.o collect_atr.o invtable.o serport.o
 
 all:	${PROGS}