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

first commit

This commit is contained in:
Xuan Sang LE
2018-02-20 18:24:03 +01:00
parent 5b78b1921d
commit ce6dc040a8
10 changed files with 2689 additions and 0 deletions

10
info/Makefile Normal file
View File

@ -0,0 +1,10 @@
BUILDDIR = ../build/info
copyfiles = fonts/ index.ls style.css font-awesome.css
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)/*