1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00

add silk mvc framework

This commit is contained in:
Xuan Sang LE
2018-08-20 11:21:58 +02:00
parent 71d350e6ae
commit ce91b90ea4
7 changed files with 50 additions and 0 deletions

10
apps/Makefile Normal file
View File

@ -0,0 +1,10 @@
BUILDDIR = ../build/apps
copyfiles = index.ls style.css
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../grs ./rst
clean:
rm -rf $(BUILDDIR)/*