mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +01:00
6 lines
319 B
Makefile
6 lines
319 B
Makefile
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 -rvf $(copyfiles) $(BUILDDIR)
|
|
- cd $(BUILDDIR) && ln -s ../os/resources ./resources && ln -s ../os/scripts/ ./gscripts
|