1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 17:38:21 +01:00
antd-web-apps/info/Makefile
2018-02-20 18:24:03 +01:00

10 lines
173 B
Makefile

BUILDDIR = ../build/info
copyfiles = fonts/ index.ls style.css font-awesome.css
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)/*