tschak909 / disk-xfer

MS-DOS to UNIX whole disk transfer utility.
29 stars 7 forks source link

Add makefile for tx-msdos and top-level #6

Closed desaster closed 1 year ago

desaster commented 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.

The Makefile for tx-msdos assumes that the OpenWatcom environment is properly set with owsetenv.sh

Unfortunately, the top-level Makefile does not support cleaning the subdirectories.

tschak909 commented 1 year ago

Thank you!