1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/talk/Makefile

6 lines
141 B
Makefile
Raw Normal View History

2020-09-22 16:18:12 +02:00
copyfiles = router.lua models controllers assets
main:
- mkdir -p $(BUILDDIR)
cp -rvf $(copyfiles) $(BUILDDIR)
- mkdir -p $(BUILDDIR)/log