From 2792ba2ddfbf7ece7b960faf1ec28c022e9c566e Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 21 Jul 2011 22:52:14 +0100 Subject: Separate util.c, use page codes, remove die() --- config.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 145c96d..321a1ec 100644 --- a/config.mk +++ b/config.mk @@ -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) -- cgit v1.2.3