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:
10
get/Makefile
Normal file
10
get/Makefile
Normal 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)/*
|
Reference in New Issue
Block a user