1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-28 02:08:22 +01:00
antd-web-apps/ci/Makefile

6 lines
120 B
Makefile
Raw Normal View History

2020-06-26 00:24:03 +02:00
copyfiles = router.lua scripts
2020-06-25 21:55:55 +02:00
main:
- mkdir $(BUILDDIR)
2020-06-26 00:24:03 +02:00
cp -rvf $(copyfiles) $(BUILDDIR)
- mkdir -p $(BUILDDIR)/log