diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-03-03 17:16:59 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-03-03 17:16:59 +0100 |
commit | a492125d0251506354033c96125732aa524a350d (patch) | |
tree | 4e87236ac58950ba55e605559a4d69378548d6fb /Makefile | |
parent | 7d0fd8ba45e7f3193220302e131c01963a9d8096 (diff) |
Remove stuff unneeded in release
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |