mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
add blog template
This commit is contained in:
10
blog/Makefile
Normal file
10
blog/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
BUILDDIR = ../build/blog
|
||||
|
||||
copyfiles = index.html assets
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
cp -rf $(copyfiles) $(BUILDDIR)
|
||||
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
Reference in New Issue
Block a user