From 3fa0e4d1acdedeb073dd3ba2691510a2d1d53fc2 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 8 May 2023 21:52:04 -0600 Subject: [PATCH] gcc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 159a71a..f33b998 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX := /usr/local -CC := cc +CC := gcc CFLAGS := -pedantic -Wall -Wno-deprecated-declarations -Os LDFLAGS := -lX11