mmitch / gbsplay

gameboy sound player

Home Page:https://mmitch.github.io/gbsplay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cyberic99 opened this issue · comments

README has been renamed to README.md

Thanks for reporting this. commit feb685a 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.

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