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

using silk as base framework for all webapp

This commit is contained in:
Xuan Sang LE
2018-08-23 11:15:08 +02:00
parent dd778713d3
commit b07da22b52
13 changed files with 110 additions and 81 deletions

View File

@ -6,6 +6,8 @@ main: clean copy
copy:
cp -rf $(copyfiles) $(BUILDDIR)
cp -r silk $(BUILDDIR)
clean:
-for f in $(projs); do rm -r $(BUILDDIR)/"$${f}"; done
-for f in $(projs); do rm -r $(BUILDDIR)/"$${f}"; done
-rm -r $(BUILDDIR)/silk