1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-27 01:48:21 +01:00
antd-web-apps/os/Makefile

10 lines
234 B
Makefile
Raw Normal View History

2018-09-12 18:31:25 +02:00
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)