From 9d6725867c84938e81df14ba867fc50016c5a6a0 Mon Sep 17 00:00:00 2001 From: Artsiom Dzenisiuk Date: Sat, 18 Oct 2025 21:34:46 +0200 Subject: [PATCH] Improvement, but improved even better. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 213d4f9..db65cfe 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ CFLAGS = -std=c23 -Wextra -pedantic -Wall -O0 -g3 -fsanitize=address LDFLAGS = -lncurses -fsanitize=address -main: box.o main.o ui.o util.o chart.o +spel: box.o main.o ui.o util.o chart.o .PHONY: clean