From 354464469fe7bc1db5bca61b7c0561f900ecf424 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 4 Jan 2007 00:05:41 +0100 Subject: Makefile: Add custom (e.g. optimization) CFLAGS to our CFLAGS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88f7770..0988efd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for inotail # -# Copyright (C) 2006, Tobias Klauser +# Copyright (C) 2006, 2007 Tobias Klauser # # Licensed under the terms of the GNU General Public License; version 2 or later. @@ -11,7 +11,7 @@ prefix = /usr DESTDIR = CC := gcc -CFLAGS := -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" +CFLAGS := $(CFLAGS) -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" WARN := -Wstrict-prototypes -Wsign-compare -Wshadow \ -Wchar-subscripts -Wmissing-declarations -Wnested-externs \ -Wpointer-arith -Wcast-align -Wmissing-prototypes -- cgit v1.2.3-54-g00ecf