use gcc not ld, don't compile surface.c yet

This commit is contained in:
Emile Clark-Boman 2025-09-28 13:18:48 +10:00
parent 84a53a85fb
commit 422a770028
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ CFLAGS := -Wall -Wextra -O
CDEBUG := -g
# === Linker Configuration ===
LD := ld
LDFLAGS :=
LD := gcc
LDFLAGS := -lc
# === GNU Make Configuration ===
# GMAKE_JOBS defaults to the number of available logical processors