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

fix stuff

This commit is contained in:
lxsang
2018-10-09 12:14:33 +02:00
parent c3f58c08ed
commit 0ad5eaa138
8 changed files with 23 additions and 14 deletions

View File

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