complete 3665.py

fix makefile
This commit is contained in:
2025-05-28 16:45:26 +09:00
parent e584399efa
commit 47233029de
2 changed files with 89 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ BUILD_DIR = ../../build
OUTPUT = c.out
all: build
build:
$(CC) -o $(BUILD_DIR)/$(OUTPUT) -O2 -Wall -lm --std=c11 -fsanitize=address,leak,undefined $(SRC_DIR)/$(TARGET)