summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-03-28 12:59:17 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-03-28 12:59:17 +0200
commit04a02e3a1afb06b17933f156c49e1ca9ef4313a9 (patch)
treee41673c93c5f2249e24c7e53a6b0f688e0f6dd5a /Makefile
parentbdce238cdaac64fad066f8d2eb92883a9c309a55 (diff)
Makefile: Remove LDFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2227ad..1486fc8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,13 +15,11 @@ CC := gcc
CFLAGS := $(CFLAGS) -W -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" \
-Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \
-Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes
-LDFLAGS :=
# Compile with 'make DEBUG=true' to enable debugging
DEBUG = false
ifeq ($(strip $(DEBUG)),true)
CFLAGS += -g -DDEBUG
- LDFLAGS +=
endif
all: inotail