1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-27 09:58:20 +01:00
antd-web-apps/info/Makefile

10 lines
173 B
Makefile
Raw Normal View History

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