diff simtool/Makefile @ 87:2a0d1d5b9313

fc-simtool: symbolic file names implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Jan 2021 03:43:01 +0000
parents b57cf64ece29
children 91486a77643e
line wrap: on
line diff
--- a/simtool/Makefile	Sun Jan 24 01:42:15 2021 +0000
+++ b/simtool/Makefile	Sun Jan 24 03:43:01 2021 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2 -I/usr/include/PCSC
 PROG=	fc-simtool
-OBJS=	apdu.o atr.o cardconnect.o dispatch.o globals.o main.o select.o
+OBJS=	apdu.o atr.o cardconnect.o dispatch.o globals.o main.o names.o select.o
 
 all:	${PROG}