FreeCalypso > hg > fc-sim-sniff
diff sw/sniff-dec/Makefile @ 56:966a54303d68
simsniff-dec: factor out high-level decoding
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Oct 2023 01:18:50 +0000 |
parents | 7c9bf72d460f |
children |
line wrap: on
line diff
--- a/sw/sniff-dec/Makefile Wed Oct 04 00:20:05 2023 +0000 +++ b/sw/sniff-dec/Makefile Wed Oct 04 01:18:50 2023 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= simsniff-dec -OBJS= atr.o command.o dispatch.o invtable.o main.o parity.o pps.o +OBJS= atr.o command.o dispatch.o hl_decode.o invtable.o main.o parity.o pps.o INSTALL_PREFIX= /opt/freecalypso