1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-28 02:08:22 +01:00
antd-web-apps/info/Makefile

10 lines
225 B
Makefile
Raw Normal View History

2018-02-20 18:24:03 +01:00
BUILDDIR = ../build/info
2018-08-23 11:43:42 +02:00
copyfiles = index.ls style.css router.lua models views controllers
2018-02-20 18:24:03 +01:00
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
2018-02-21 19:04:26 +01:00
- cd $(BUILDDIR) && ln -s ../grs ./rst
2018-02-20 18:24:03 +01:00
clean:
rm -rf $(BUILDDIR)/*