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

minor lib fix

This commit is contained in:
lxsang
2019-05-07 14:35:02 +02:00
parent 9e1dc0f3dd
commit 5cef88d1e2
2 changed files with 3 additions and 3 deletions

View File

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