1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 00:59:52 +02:00

update makefiles

This commit is contained in:
lxsang
2019-12-19 23:09:26 +01:00
parent de27382595
commit cecbb230d1
6 changed files with 9 additions and 14 deletions

View File

@ -1,6 +1,6 @@
copyfiles = views models controllers logs libs router.lua
copyfiles = controllers libs router.lua
main:
- mkdir $(BUILDDIR)
- cp -rfv $(copyfiles) $(BUILDDIR)
cp -rfv $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst