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

5 lines
134 B
Makefile
Raw Normal View History

2018-10-03 11:28:39 +02:00
copyfiles = router.lua shs
main:
- mkdir -p $(BUILDDIR)
2019-12-19 23:09:26 +01:00
cp -rvf $(copyfiles) $(BUILDDIR)
2019-12-19 23:01:05 +01:00
- cd $(BUILDDIR) && ln -s ../grs ./rst