1
0
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:
Xuan Sang LE
2018-09-12 18:31:25 +02:00
parent 8550dab61c
commit 90f9f116e6
13 changed files with 1233 additions and 0 deletions

10
os/Makefile Normal file
View 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)