Test Apps Linux Build

- Complete the reorganization of the test apps by implementing Makefile changes.
This commit is contained in:
Wayne Warthen
2021-09-26 16:03:43 -07:00
parent dd531b56b8
commit cd37599444
66 changed files with 144 additions and 76 deletions

View File

@@ -30,8 +30,7 @@ pushd XM && call Build || exit /b & popd
pushd FDU && call Build || exit /b & popd
pushd Tune && call Build || exit /b & popd
pushd FAT && call Build || exit /b & popd
pushd I2C && call Build || exit /b & popd
pushd TEST && call Build || exit /b & popd
pushd Test && call Build || exit /b & popd
pushd ZMP && call Build || exit /b & popd
copy *.com %APPBIN%\ || exit /b