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

update scripts

This commit is contained in:
lxsang
2020-11-19 18:54:09 +01:00
parent c37f7bf947
commit 8864e1f37a
3 changed files with 88 additions and 5 deletions

View File

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