mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-19 15:19:45 +02:00
use silk framework for os
This commit is contained in:
10
os/Makefile
Normal file
10
os/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
BUILDDIR = ../build/os
|
||||
|
||||
copyfiles = views models controllers logs libs router.lua
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
- cp -rf $(copyfiles) $(BUILDDIR)
|
||||
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
||||
clean:
|
||||
cd $(BUILDDIR) && rm -rf $(copyfiles)
|
Reference in New Issue
Block a user