summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsumuel <samuel@yakubos.org>2026-07-15 06:53:05 +0100
committersumuel <samuel@yakubos.org>2026-07-15 06:53:05 +0100
commit1c437c576b5020100f61bd1c78310697fc4f4990 (patch)
tree5e3b272f220b3af27abc81e4ba240344399e4212
parent2311faa405c6275ee6af736ccadd67508787a7c3 (diff)
Makefile update
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87b33c8..35f5d23 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ NCURSES = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -lncurses -ltinfo
CC = gcc
-SRC = $(shell find . -name "*.c")
+SRC = main.c input.c board.c
TARGET = chess
all: