1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00

add new domain name

This commit is contained in:
Xuan Sang LE
2018-10-03 11:28:39 +02:00
parent 83cc66fced
commit cceb8b2c49
7 changed files with 76 additions and 11 deletions

10
get/Makefile Normal file
View File

@ -0,0 +1,10 @@
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)/*