summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-07-17 16:23:35 +0100
committerNick White <hg@njw.me.uk>2011-07-17 16:23:35 +0100
commit406e02ef3bf9e5f2c357e3dcb450a52d35009c54 (patch)
treed041f5f1371263ec0a155c0d317c83ba19ea80b5
parent46e8d5f0690f4d8c4184e47d6f62fb3f409901b9 (diff)
Clean up 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