diff options
author | Nick White <hg@njw.me.uk> | 2011-07-21 22:52:14 +0100 |
---|---|---|
committer | Nick White <hg@njw.me.uk> | 2011-07-21 22:52:14 +0100 |
commit | 2792ba2ddfbf7ece7b960faf1ec28c022e9c566e (patch) | |
tree | 2cfc1f83c7930dd747bdd36e9fe190de8f80f54a /config.mk | |
parent | 2c87bf5e7c229e7c7c85bb6bc0cae03e989ad388 (diff) |
Separate util.c, use page codes, remove die()
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,11 +8,11 @@ CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -DVERSION=\"$(VERSION)\" # musl static -#CC = musl-gcc -#LDFLAGS = -static #-s +CC = musl-gcc +LDFLAGS = -static #-s # glibc dynamic -CC = cc -LDFLAGS = +#CC = cc +#LDFLAGS = -LD = ld +LD = $(CC) |