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