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:
4
Makefile
4
Makefile
@ -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
|
Reference in New Issue
Block a user