diff simtool/Makefile @ 104:a60645b75a57

fc-simtool: phonebook dump implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 25 Jan 2021 05:55:40 +0000
parents 90eff13a72fd
children ba2c796259e9
line wrap: on
line diff
--- a/simtool/Makefile	Mon Jan 25 04:54:47 2021 +0000
+++ b/simtool/Makefile	Mon Jan 25 05:55:40 2021 +0000
@@ -2,8 +2,9 @@
 CFLAGS=	-O2 -I/usr/include/PCSC
 PROG=	fc-simtool
 OBJS=	alpha_decode.o alpha_valid.o apdu.o atr.o cardconnect.o dispatch.o \
-	globals.o hexdump.o hexread.o hlread.o main.o names.o readcmd.o \
-	readops.o saverestore.o select.o telsum.o writecmd.o writeops.o
+	globals.o hexdump.o hexread.o hlread.o main.o names.o pbcommon.o \
+	pbdump.o readcmd.o readops.o saverestore.o select.o telsum.o writecmd.o\
+	writeops.o
 
 all:	${PROG}