diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-13 09:23:43 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-13 09:23:43 +0100 |
commit | b87df3a1e6981e8cfb9f685b64f6b367d1b993ca (patch) | |
tree | f7559fe9a8e068863610c372d21f6ad976f560e1 /Makefile | |
parent | ed9b3f73897665d3bf15ad0ee41a2608e2f3fe5b (diff) |
Minor formatting change
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |