summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr. Sam <samuel@yakubos.org>2026-07-20 22:56:55 +0100
committerMr. Sam <samuel@yakubos.org>2026-07-20 22:56:55 +0100
commit499d80c70df540d67486d78325e9d5e00dd760bb (patch)
tree7454b5c81885de938ac93d388781af9182fe22e1
parent1c437c576b5020100f61bd1c78310697fc4f4990 (diff)
CC is cc, more universal
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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