diff --git a/Makefile b/Makefile index 36444f1..3a60486 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ antd_plugins: fi \ done +plugin: + read -r -p "Enter package name: " PKG;\ + cd plugins/$$PKG && make clean && make\ clean: sclean pclean