rosco-m68k / rosco_m68k

Design, documentation and software for the Really Old School Computer (M68K)
https://rosco-m68k.com
Other
157 stars 32 forks source link

Use unified Makefile include for software #345

Closed 0xTJ closed 1 year ago

0xTJ commented 1 year ago

This PR moves the repeated code out of each software's Makefile into a unified software.mk that is included by all of them. The contents of software.mk is mostly the same as were each of the individual Makefiles, but all in one place.

0xTJ commented 1 year ago

Will be updated after #347 is merged, to implement those fixes as the files are structured in this branch.