1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-19 15:19:45 +02:00

update makefiles

This commit is contained in:
lxsang
2019-12-19 23:01:05 +01:00
parent 4af1130c5c
commit de27382595
7 changed files with 13 additions and 229 deletions

View File

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