mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-27 01:48:21 +01:00
6 lines
163 B
Makefile
6 lines
163 B
Makefile
copyfiles = views models controllers logs libs router.lua
|
|
|
|
main:
|
|
- mkdir $(BUILDDIR)
|
|
- cp -rfv $(copyfiles) $(BUILDDIR)
|
|
- cd $(BUILDDIR) && ln -s ../grs ./rst
|