1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00

add blog template

This commit is contained in:
Xuan Sang LE
2018-02-23 00:41:46 +01:00
parent 4798faf4a9
commit 6d6f2bdbac
4 changed files with 403 additions and 4 deletions

View File

@ -1,5 +1,5 @@
BUILDDIR = ./build
projs = grs info
projs = grs info blog
copyfiles = index.ls
main: clean copy
for f in $(projs); do make -C "$${f}" ; done
@ -8,4 +8,4 @@ copy:
cp -rf $(copyfiles) $(BUILDDIR)
clean:
for f in $(projs); do rm -r $(BUILDDIR)/"$${f}"; done
-for f in $(projs); do rm -r $(BUILDDIR)/"$${f}"; done