1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00
This commit is contained in:
lxsang
2019-12-15 12:13:04 +01:00
parent 4cc896c1e1
commit 4af1130c5c
3 changed files with 48 additions and 61 deletions

View File

@ -1,7 +1,7 @@
BUILDDIR = ./build
projs = grs info blog apps os
copyfiles = index.ls mimes.json
main: clean copy
main: copy
for f in $(projs); do make -C "$${f}" ; done
copy: