From b87df3a1e6981e8cfb9f685b64f6b367d1b993ca Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Nov 2022 09:23:43 +0100 Subject: Minor formatting change --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4c5a416..88f40d9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ .POSIX: -CFLAGS = \ - -Wall -Wextra -Wpedantic -Werror \ - -O3 -march=native -mtune=native -fomit-frame-pointer \ - -std=c11 -pipe +CFLAGS = -Wall -Wextra -Wpedantic -Werror \ + -O3 -march=native -mtune=native -fomit-frame-pointer \ + -std=c11 -pipe LDFLAGS = -llux PREFIX = /usr -- cgit v1.2.3