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

fix linking

This commit is contained in:
lxsang 2018-10-09 10:53:36 +02:00
parent 0e84e46fab
commit d91370548d

View File

@ -45,7 +45,8 @@ antd_plugins:
-for file in plugins/* ; do\
echo $$file;\
if [ -d "$$file" ]; then \
make -C "$$file"; \
make -C "$$file" clean; \
make -C "$$file" main; \
fi \
done