Skip to content

Commit 7ac8b37

Browse files
committed
build(Makefile): fix build on linux
1 parent 74d8a3e commit 7ac8b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Last Modified : <2025-10-10>
1313
#
1414
# 请阅读 ./doc/01-开发与构建.md 来使用
15+
#
1516
# !!!警告!!!
1617
# Windows 用户请使用 just 进行以将 res 文件编译到 exe 内
1718
# --------------------------------------------------------------
@@ -146,7 +147,6 @@ build-in-release-mode: CFLAGS += $(CFLAGS_optimization)
146147
build-in-release-mode:
147148
@echo Starting: Build in RELEASE mode: \'$(CC)\' $(CFLAGS) -o $(ReleaseMode-Target-Name)
148149
@$(CC) src/chsrc-main.c $(CFLAGS) $(_C_Warning_Flags) -o $(ReleaseMode-Target-Name)
149-
endif
150150
@echo Finished: Build in RELEASE mode
151151

152152
# CI release mode 的配置在该文件上方

0 commit comments

Comments
 (0)