diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index f27a57a..214a0b2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,11 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ CC = gcc LD = gcc -CFLAGS = -Wall -O2 +CFLAGS ?= -Wall -O2 DESTDIR = LIBDIR = lib |