1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 09:28:22 +01:00
antd-web-apps/talk/Makefile
2020-09-22 16:18:12 +02:00

6 lines
141 B
Makefile

copyfiles = router.lua models controllers assets
main:
- mkdir -p $(BUILDDIR)
cp -rvf $(copyfiles) $(BUILDDIR)
- mkdir -p $(BUILDDIR)/log