diff options
| author | sumuel <samuel@yakubos.org> | 2026-07-15 06:53:05 +0100 |
|---|---|---|
| committer | sumuel <samuel@yakubos.org> | 2026-07-15 06:53:05 +0100 |
| commit | 1c437c576b5020100f61bd1c78310697fc4f4990 (patch) | |
| tree | 5e3b272f220b3af27abc81e4ba240344399e4212 /Makefile | |
| parent | 2311faa405c6275ee6af736ccadd67508787a7c3 (diff) | |
Makefile update
Diffstat (limited to 'Makefile')
| -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: |