mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

'make install' tries to copy README, which does not exist #37

Closed cyberic99 closed 3 years ago

cyberic99 commented 3 years ago

README has been renamed to README.md

mmitch commented 3 years ago

Thanks for reporting this. commit feb685a19b5faa07e7a81a777c1c4e6719dd654b should fix it.

(make uninstall will now also only remove README.md, so an old README will be left over, but I think this already is the case for every change regarding files and filenames. make uninstall must always be used from the same gbsplay version that was used to install it. We should probably add a note somewhere about that.)

I keep this issue open to implement a "make install/make uninstall" check in our build pipeline later.

mmitch commented 3 years ago

Commit e9737ad25df863255c1ef84fb828b7d936337392 adds automated checks of make install/make uninstall to the Linux build pipeline.