This commit is contained in:
2025-10-30 21:49:29 +09:00
parent 4660e519d4
commit 7644286515

View File

@@ -189,7 +189,9 @@ else
@$(MAKE) --no-print-directory check id=$(id) gen=$(gen) SOL_A=$(SOL_A) SOL_B=$(SOL_B) N=$(N) M=$(M) @$(MAKE) --no-print-directory check id=$(id) gen=$(gen) SOL_A=$(SOL_A) SOL_B=$(SOL_B) N=$(N) M=$(M)
endif endif
# 단일 파일 벤치마크 (e.g., make bench id=5)
.PHONY: bench .PHONY: bench
bench: all bench: all
ifeq ($(id),) ifeq ($(id),)