axboe / liburing

Library providing helpers for the Linux kernel io_uring support
MIT License
2.72k stars 393 forks source link

Request: support `make uninstall` #1073

Closed ZhenbangYou closed 4 months ago

ZhenbangYou commented 5 months ago

I met the same issue as #1056 (mixed liburing versions installed). But since make uninstall is not supported, I had to manually find libraries and delete them.

axboe commented 5 months ago

If someone wants to add this target, I'd certainly help review/merge it.

korant96 commented 4 months ago

If someone wants to add this target, I'd certainly help review/merge it.

what about this pr https://github.com/axboe/liburing/pull/1091