1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 18:49:47 +02:00

blog now use silk

This commit is contained in:
Xuan Sang LE
2018-09-05 16:56:04 +02:00
parent 1f57e18fc7
commit 914bff3498
28 changed files with 419 additions and 509 deletions

View File

@ -1,10 +1,10 @@
BUILDDIR = ../build/blog
copyfiles = *.html assets *.lua view robot.txt
copyfiles = assets views models controllers router.lua
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst
clean:
rm -rf $(BUILDDIR)/*