aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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