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

fix home page

This commit is contained in:
Xuan Sang LE
2018-02-21 22:42:19 +01:00
parent f94d2ffa50
commit 3fd4bd6e86
3 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,6 @@
BUILDDIR = ./build
projs = grs info
copyfiles = index.html
copyfiles = index.ls
main: copy
for f in $(projs); do make -C "$${f}" ; done