1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/info/Makefile
Xuan Sang LE f5ade80103 fix make
2018-02-20 22:46:09 +01:00

10 lines
172 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)/*