summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4052a30..3d9eb3a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,12 @@ BINDIR = $(prefix)/bin
DESTDIR =
CC := gcc
-CFLAGS := -g -Wall -D_USE_SOURCE
+CFLAGS := -Wall -D_USE_SOURCE
DEBUG = false
ifeq ($(strip $(DEBUG)),true)
- CFLAGS += -DDEBUG
+ CFLAGS += -g -DDEBUG
endif
PROGRAMS := inotail inotail-old inotify-watchdir