FDOS / fdisk

Fixed Disk Setup Program - manages partitions using the MBR partitioning scheme
GNU General Public License v2.0
44 stars 13 forks source link

Improve GNU Makefile #54

Open boeckmann opened 1 year ago

boeckmann commented 1 year ago

The I16-GCC makefile does currently not have correct dependency information for the targets. Especially if a header file gets updated, the targets depending on it do not get rebuilt.

It also does not contain support for building the distribution ZIP.