1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +01:00
antd-web-apps/info/Makefile
2020-06-26 10:20:20 +02:00

6 lines
173 B
Makefile

copyfiles = style.css router.lua models views controllers robot.txt
main:
- mkdir -p $(BUILDDIR)
cp -rvf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst