Explorar el Código

feat: 删除 service 拷贝移交给 DragonOS 管理 (#40)

MContour hace 1 año
padre
commit
01cdc56863
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -46,5 +46,4 @@ fmt-check:
 install:
 	mkdir -p $(INSTALL_DIR)/etc/reach/system
 	mkdir -p $(INSTALL_DIR)/etc/reach/ipc
-	cp ./parse_test/shell.service $(INSTALL_DIR)/etc/reach/system/shell.service
 	RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) install --target $(RUST_TARGET) --path . --no-track --root $(INSTALL_DIR) --force