Move the fluxtoau tool into the main client.

This commit is contained in:
David Given
2019-07-11 12:00:25 +02:00
parent 31dc3504e6
commit 7658c1d774
5 changed files with 9 additions and 9 deletions

View File

@@ -181,6 +181,7 @@ buildlibrary libbackend.a \
buildlibrary libfrontend.a \
src/fe-cwftoflux.cc \
src/fe-erase.cc \
src/fe-fluxtoau.cc \
src/fe-fluxtovcd.cc \
src/fe-inspect.cc \
src/fe-readadfs.cc \
@@ -222,11 +223,6 @@ buildsimpleprogram brother120tool \
libemu.a \
libfmt.a \
buildsimpleprogram fluxtoau \
tools/fluxtoau.cc \
libbackend.a \
libfmt.a \
runtest dataspec-test tests/dataspec.cc
runtest flags-test tests/flags.cc
runtest fmmfm-test tests/fmmfm.cc