1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 17:38:21 +01:00
antd-web-apps/blog/Makefile
Xuan Sang LE e88b5470cc add blog
2018-02-23 19:52:10 +01:00

10 lines
200 B
Makefile

BUILDDIR = ../build/blog
copyfiles = *.html assets *.lua *.ls view
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst
clean:
rm -rf $(BUILDDIR)/*