1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-27 17:58:23 +01:00
antd-web-apps/info/Makefile
Xuan Sang LE 030f195c91 add thing
2018-02-21 10:10:38 +01:00

10 lines
193 B
Makefile

BUILDDIR = ../build/info
copyfiles = index.ls style.css
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
cd $(BUILDDIR) && ln -s ../gresources .rst
clean:
rm -rf $(BUILDDIR)/*