1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/grs/Makefile
Xuan Sang LE 31c371b2c1 fix
2018-06-05 16:28:53 +02:00

10 lines
373 B
Makefile

BUILDDIR = ../build/grs
copyfiles = katex font-awesome.css fonts images sendmail.lua subscribe.lua subscribe.html main.js ubuntu-regular.css mainsite.css sendto.html hermit-light.css hljs
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../os/resources ./resources && ln -s ../os/scripts/ ./gscripts
clean:
rm -rf $(BUILDDIR)/*