1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

minor fix

This commit is contained in:
lxsang 2018-09-20 00:02:53 +02:00
parent c792d75a22
commit 486463fba3

View File

@ -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