mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
6 lines
120 B
Makefile
6 lines
120 B
Makefile
copyfiles = router.lua scripts
|
|
|
|
main:
|
|
- mkdir $(BUILDDIR)
|
|
cp -rvf $(copyfiles) $(BUILDDIR)
|
|
- mkdir -p $(BUILDDIR)/log
|