From 1c437c576b5020100f61bd1c78310697fc4f4990 Mon Sep 17 00:00:00 2001 From: sumuel Date: Wed, 15 Jul 2026 06:53:05 +0100 Subject: Makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3