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

7 lines
160 B
Makefile
Raw Normal View History

2018-09-05 16:56:04 +02:00
copyfiles = assets views models controllers router.lua
2018-02-23 00:41:46 +01:00
main:
- mkdir $(BUILDDIR)
2018-09-05 16:56:04 +02:00
- cp -rf $(copyfiles) $(BUILDDIR)
2018-02-23 00:41:46 +01:00
- cd $(BUILDDIR) && ln -s ../grs ./rst
2019-12-19 23:01:05 +01:00