Closed desaster closed 1 year ago
This should make it more straightforward to build the entire project.
The top level makefile will call make on both tx-msdos and rx-msdos subdirectories.
make
tx-msdos
rx-msdos
The Makefile for tx-msdos assumes that the OpenWatcom environment is properly set with owsetenv.sh
Makefile
owsetenv.sh
Unfortunately, the top-level Makefile does not support cleaning the subdirectories.
Thank you!
This should make it more straightforward to build the entire project.
The top level makefile will call
make
on bothtx-msdos
andrx-msdos
subdirectories.The
Makefile
fortx-msdos
assumes that the OpenWatcom environment is properly set withowsetenv.sh
Unfortunately, the top-level Makefile does not support cleaning the subdirectories.