complete 3665.py
fix makefile
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user