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

use quicktalk as comment API

This commit is contained in:
lxsang
2020-09-22 16:18:12 +02:00
parent e955d8a244
commit 5dd6da0b29
13 changed files with 747 additions and 176 deletions

View File

@ -1,5 +1,5 @@
BUILDDIR?=./build
PROJS?=grs info blog os doc ci
PROJS?=grs info blog os doc ci talk
copyfiles = index.ls mimes.json
main: copy
for f in $(PROJS); do BUILDDIR=$(BUILDDIR)/"$${f}" make -C "$${f}" ; done