diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |