diff --git a/Makefile b/Makefile index 840db17..8e43657 100644 --- a/Makefile +++ b/Makefile @@ -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) endif -# 단일 파일 벤치마크 (e.g., make bench id=5) + + + .PHONY: bench bench: all ifeq ($(id),)