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

send mail service

This commit is contained in:
Xuan Sang LE
2018-02-22 15:47:09 +01:00
parent dceca89eea
commit 68f2757c00
10 changed files with 243 additions and 31 deletions

View File

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