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
Xuan Sang LE d7123c894f fix
2018-03-15 22:47:54 +01:00

10 lines
353 B
Makefile

BUILDDIR = ../build/grs
copyfiles = font-awesome.css fonts images sendmail.lua showdown.min.js main.js ubuntu-regular.css mainsite.css sendto.html hermit-light.css hljs
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../os/resources ./resources && ln -s ../os/scripts/ ./gscripts
clean:
rm -rf $(BUILDDIR)/*