1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/doc/Makefile

6 lines
153 B
Makefile
Raw Normal View History

2020-06-22 22:14:52 +02:00
copyfiles = views controllers router.lua assets
main:
2020-06-26 10:20:20 +02:00
- mkdir -p $(BUILDDIR)
2020-06-22 22:14:52 +02:00
cp -rvf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst