summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-03-03 17:16:59 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-03-03 17:16:59 +0100
commita492125d0251506354033c96125732aa524a350d (patch)
tree4e87236ac58950ba55e605559a4d69378548d6fb /Makefile
parent7d0fd8ba45e7f3193220302e131c01963a9d8096 (diff)
Remove stuff unneeded in release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5687c8c..12ba6c7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ LDFLAGS :=
# Compile with 'make DEBUG=true' to enable debugging
DEBUG = false
ifeq ($(strip $(DEBUG)),true)
- CFLAGS += -g -DDEBUG -fmudflap
- LDFLAGS += -lmudflap
+ CFLAGS += -g -DDEBUG
+ LDFLAGS +=
endif
all: inotail