aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-13 09:23:43 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-13 09:23:43 +0100
commitb87df3a1e6981e8cfb9f685b64f6b367d1b993ca (patch)
treef7559fe9a8e068863610c372d21f6ad976f560e1
parented9b3f73897665d3bf15ad0ee41a2608e2f3fe5b (diff)
Minor formatting change
-rw-r--r--Makefile7
1 files 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