summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7635dd..938d1b3 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,6 @@ ifeq ($(shell uname),GNU/kFreeBSD)
CFLAGS+=-lbsd
endif
-# Define this if you want i3status to spit out dzen2-compatible output on stdout
-#CFLAGS+=-DDZEN
CFLAGS+=$(EXTRA_CFLAGS)
OBJS:=$(wildcard src/*.c *.c)