fix: 🐛 ring queue 出现异常的修复,子模块已经更新

test: 修改编译规则
This commit is contained in:
Alvin Young 2024-08-23 17:06:18 +08:00
parent 6785966327
commit b2d83d1e54
3 changed files with 4 additions and 4 deletions

View File

@ -73,12 +73,12 @@ all :
.PHONY : clean .PHONY : clean
clean: clean:
ifeq ($(OS_TYPE), WINDOWS) ifeq ($(OS_TYPE), WINDOWS)
del $(PROJECT).exe del $(BUILD_DIR)/$(PROJECT).exe
endif endif
ifeq ($(OS_TYPE), LINUX) ifeq ($(OS_TYPE), LINUX)
rm $(PROJECT) rm $(BUILD_DIR)/$(PROJECT)
endif endif
ifeq ($(OS_TYPE), OSX) ifeq ($(OS_TYPE), OSX)
rm $(PROJECT) rm $(BUILD_DIR)/$(PROJECT)
endif endif

BIN
core

Binary file not shown.

@ -1 +1 @@
Subproject commit 19038b914b7d472556ab7e8445596a14d9fc038f Subproject commit 61a122b22be15ef94e2d114a819aee8fb7f39e0d