Move the fluxtovcd file into the main client.

This commit is contained in:
David Given
2019-07-11 11:52:38 +02:00
parent af0c9d4261
commit 31dc3504e6
4 changed files with 6 additions and 8 deletions

View File

@@ -179,8 +179,9 @@ buildlibrary libbackend.a \
lib/zilogmcz/decoder.cc \
buildlibrary libfrontend.a \
src/fe-erase.cc \
src/fe-cwftoflux.cc \
src/fe-erase.cc \
src/fe-fluxtovcd.cc \
src/fe-inspect.cc \
src/fe-readadfs.cc \
src/fe-readaeslanier.cc \
@@ -221,11 +222,6 @@ buildsimpleprogram brother120tool \
libemu.a \
libfmt.a \
buildsimpleprogram fluxtovcd \
tools/fluxtovcd.cc \
libbackend.a \
libfmt.a \
buildsimpleprogram fluxtoau \
tools/fluxtoau.cc \
libbackend.a \