1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-28 18:28:21 +01:00
antd-web-apps/blog/Makefile

10 lines
200 B
Makefile
Raw Normal View History

2018-02-23 00:41:46 +01:00
BUILDDIR = ../build/blog
2018-02-23 19:52:10 +01:00
copyfiles = *.html assets *.lua *.ls view
2018-02-23 00:41:46 +01:00
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst
clean:
rm -rf $(BUILDDIR)/*