mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-17 06:09:50 +02:00
add thing
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
BUILDDIR = ../build/info
|
||||
|
||||
copyfiles = fonts/ index.ls style.css font-awesome.css
|
||||
copyfiles = index.ls style.css
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
cp -rf $(copyfiles) $(BUILDDIR)
|
||||
|
||||
cd $(BUILDDIR) && ln -s ../gresources .rst
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
Reference in New Issue
Block a user