kwanhur opened a new issue #6226: URL: https://github.com/apache/apisix/issues/6226
### Issue description After `make install` partial successful steps, no easy way to uninstall, include main dir `/usr/local/apisix` and all the lua libs through `make deps`. Hopefully support `make uninstall` and `make undeps` ```bash ➜ apisix git:(master) make uninstall make: *** No rule to make target `uninstall'. Stop. ➜ apisix git:(master) make undeps make: *** No rule to make target `undeps'. Stop. ``` ### Environment - OS (cmd: `uname -a`): Darwin Kwanhur-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
