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

fix mime bug

This commit is contained in:
lxsang
2018-09-15 21:35:07 +02:00
parent 90f9f116e6
commit b266f9deed
4 changed files with 24 additions and 3 deletions

View File

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