mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 10:18:21 +01:00
6 lines
153 B
Makefile
6 lines
153 B
Makefile
copyfiles = views controllers router.lua assets
|
|
|
|
main:
|
|
- mkdir -p $(BUILDDIR)
|
|
cp -rvf $(copyfiles) $(BUILDDIR)
|
|
- cd $(BUILDDIR) && ln -s ../grs ./rst
|