From 499d80c70df540d67486d78325e9d5e00dd760bb Mon Sep 17 00:00:00 2001 From: "Mr. Sam" Date: Mon, 20 Jul 2026 22:56:55 +0100 Subject: CC is cc, more universal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35f5d23..39e2ea2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PREFIX = /usr/local CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os NCURSES = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -lncurses -ltinfo -CC = gcc +CC = cc SRC = main.c input.c board.c TARGET = chess -- cgit v1.2.3