1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-24 01:29:48 +02:00

update OS backend

This commit is contained in:
DanyLE
2022-08-19 15:10:55 +02:00
parent bac46c691a
commit ce99218348
3 changed files with 13 additions and 3 deletions

View File

@ -5,8 +5,8 @@ main: copy
for f in $(PROJS); do BUILDDIR=$(BUILDDIR)/"$${f}" make -C "$${f}" ; done
copy:
cp -rf $(copyfiles) $(BUILDDIR)
cp -r silk $(BUILDDIR)
cp -rfv $(copyfiles) $(BUILDDIR)
cp -rv silk $(BUILDDIR)
ar:
-[ -d /tmp/antd_web_apps ] && rm -r /tmp/antd_web_apps