rjhelms / compe6502

Homebrew 6502 system
2 stars 0 forks source link

ROM makefile does not handle changes in includes #1

Closed rjhelms closed 2 years ago

rjhelms commented 2 years ago

Changing file other than main.s does not cause make to rebuild.

rjhelms commented 2 years ago

Proper solution to this is to build like a library, rather than with includes.

rjhelms commented 2 years ago

Should be resolved with changes in #12.