benzammour / cretro

👾 cretro - Yet another Chip 8 Emulator!
MIT License
4 stars 2 forks source link

feat: targets for installing and uninstalling from ~/.local/bin/cretro #15

Closed mormod closed 1 year ago

mormod commented 1 year ago

Enables you to execute

make install

to install the resulting binary to ~/.local/bin/cretro. The binary can be removed via

make uninstall