summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4489242..5b1224c 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,8 @@ VERSION = prealpha
# paths
PREFIX = /usr/local
-CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
+CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \
+ -DVERSION=\"$(VERSION)\"
# musl static
CC = musl-gcc