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

10 lines
373 B
Makefile
Raw Normal View History

2018-02-21 19:04:26 +01:00
BUILDDIR = ../build/grs
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)
cp -rf $(copyfiles) $(BUILDDIR)
2018-02-22 15:47:09 +01:00
- cd $(BUILDDIR) && ln -s ../os/resources ./resources && ln -s ../os/scripts/ ./gscripts
2018-02-21 19:04:26 +01:00
clean:
rm -rf $(BUILDDIR)/*