simh / simtools

Tools useful when using or migrating to or from a simh simulator environment
48 stars 16 forks source link

Add missing clean for cosy subdirectory in converters/Makefile #9

Closed andreasbombe closed 7 years ago

andreasbombe commented 7 years ago

Running make clean didn't clean up the cosy binary since this subdirectory was forgotten in the converters Makefile.

andreasbombe commented 7 years ago

Ok, I've seen there are other missing lines. Actually it's better if all these copy&paste lines would be replaced by loops that operate on all subdirectories specified in a variable, so that these mistakes can not happen. I'll prepare an alternative patch with better Makefiles.