EHfive / pulseaudio-modules-bt

[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
GNU General Public License v3.0
1.75k stars 86 forks source link

Add rule for `make uninstall` #96

Closed hmorris94 closed 4 years ago

EHfive commented 4 years ago

https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake

You could simply run:

$ xargs rm < install_manifest.txt

install_manifest.txt is created after you run make install

I am not going to add an uninstall target.