1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 17:38:21 +01:00
antd-web-apps/grs/Makefile
lxsang 7ede87e962
Some checks failed
gitea-sync/antd-web-apps/pipeline/head There was a failure building this commit
update: cleanup make file
2023-05-24 16:33:05 +02:00

6 lines
264 B
Makefile

copyfiles = katex font-awesome.css fonts images subscribe.html 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