1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/grs/Makefile

6 lines
319 B
Makefile
Raw Normal View History

2018-06-05 16:28:53 +02:00
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
2018-02-21 19:04:26 +01:00
main:
- mkdir $(BUILDDIR)
2019-12-19 23:09:26 +01:00
cp -rvf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../os/resources ./resources && ln -s ../os/scripts/ ./gscripts