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:
10
apps/Makefile
Normal file
10
apps/Makefile
Normal 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)/*
|
Reference in New Issue
Block a user