1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/os/Makefile

6 lines
145 B
Makefile
Raw Normal View History

2019-12-19 23:09:26 +01:00
copyfiles = controllers libs router.lua
2018-09-12 18:31:25 +02:00
main:
- mkdir $(BUILDDIR)
2019-12-19 23:09:26 +01:00
cp -rfv $(copyfiles) $(BUILDDIR)
2019-12-19 23:01:05 +01:00
- cd $(BUILDDIR) && ln -s ../grs ./rst