summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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: