From ec63d7d6d2f123239ba436ffcb2638f27f3b7d59 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 14 Sep 2025 00:03:03 +0900 Subject: feat: use Nix-provided glibc headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9b1143..70c141b 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,6 @@ $(BUILD_ROOT_DIR)/$(TARGET): $(OBJECTS) # TODO: provide release build? $(BUILD_DIR)/%.o: src/%.c - $(CC) -c -Wall -MMD -g -O0 --std=c23 -o $@ $< + $(CC) -c $(CFLAGS) -Wall -MMD -g -O0 --std=c23 -o $@ $< -include $(BUILD_DIR)/*.d -- cgit v1.2.3-70-g09d2