1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 17:38:21 +01:00
antd-web-apps/get/Makefile

10 lines
189 B
Makefile
Raw Normal View History

2018-10-03 11:28:39 +02:00
BUILDDIR = ../build/get
copyfiles = router.lua shs
main:
- mkdir -p $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst
clean:
rm -rf $(BUILDDIR)/*