mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
update makefiles
This commit is contained in:
@ -13,8 +13,8 @@ endif
|
||||
|
||||
main: js
|
||||
- mkdir -p $(BUILDDIR)/assets
|
||||
cp -rf $(copyfiles) $(BUILDDIR)
|
||||
cp -r assets/css assets/scripts $(BUILDDIR)/assets
|
||||
cp -rvf $(copyfiles) $(BUILDDIR)
|
||||
cp -rv assets/css assets/scripts $(BUILDDIR)/assets
|
||||
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
||||
|
||||
js:
|
||||
|
Reference in New Issue
Block a user