mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-26 17:38:21 +01:00
7ede87e962
Some checks failed
gitea-sync/antd-web-apps/pipeline/head There was a failure building this commit
6 lines
264 B
Makefile
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
|