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

5 lines
96 B
Makefile
Raw Normal View History

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