Browse Source

Makefile添加clean (#14)

* 完成整体Unit文件的解析框架,完成对Service文件的解析

* 完成Service的解析,重构代码结构,优化解析错误处理

* update

* 简要的启动逻辑

* 简要的启动逻辑

* 重构整体数据结构,解决之前出现的问题

* 启动shell(不完善)

* 细化service各生命周期操作

* 细化service生命周期,能够从DragonOS中读取服务配置文件

* 部署到DragonOS启动shell

* 部署到DragonOS启动shell

* Makefile添加clean
GnoCiYeH 1 year ago
parent
commit
7ae82d4a2f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -13,3 +13,6 @@ install:
 
 build-linux:
 	cargo -Z build-std=core,alloc,compiler_builtins build --target x86_64-unknown-linux-gnu
+
+clean:
+	cargo clean