1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-02-20 17:22:47 +01:00
antd-web-apps/info/Makefile

10 lines
172 B
Makefile
Raw Normal View History

2018-02-20 18:24:03 +01:00
BUILDDIR = ../build/info
2018-02-20 22:46:09 +01:00
copyfiles = fonts index.ls style.css font-awesome.css
2018-02-20 18:24:03 +01:00
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)/*