From 6d0bac97daa43dcc1d20cf726f7c9daa7160fbf9 Mon Sep 17 00:00:00 2001 From: turret Date: Fri, 23 Jun 2023 01:00:00 -0500 Subject: better stylize the config.mk file --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 4826149..1a4119f 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,6 @@ PREFIX = /usr/local -CFLAGS= -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os LDFLAGS = -lm -lX11 -CC =cc +CC = cc -- cgit v1.2.3