1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-25 01:59:47 +02:00

add ci control

This commit is contained in:
lxsang
2020-06-25 21:55:55 +02:00
parent 0da98332c5
commit 41b25648ac
4 changed files with 53 additions and 2 deletions

5
ci/Makefile Normal file
View File

@ -0,0 +1,5 @@
copyfiles = router.lua
main:
- mkdir $(BUILDDIR)
cp -rvf $(copyfiles) $(BUILDDIR)