From 486463fba31de6591c392b29e3a9a654ca64ea22 Mon Sep 17 00:00:00 2001 From: lxsang Date: Thu, 20 Sep 2018 00:02:53 +0200 Subject: [PATCH] minor fix --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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