Open
Description
I have build the cc65 source into binary under macOS but when I run make install
, I got the following permission error.
BUILD_ID: Git b75f872fe
install -d /bin
install: chmod 755 /bin: Read-only file system
install ../bin/* /bin
install: /bin/ar65: Read-only file system
make[1]: *** [Makefile:115: install] Error 71
make: *** [Makefile:6: install] Error 2
I suggest to revise the installation path to /usr/local/bin instead of /bin folder.
Furthermore, please also include an "uninstall" section in the Makefile.