]> git.sur5r.net Git - i3/i3status/commitdiff
makefile: remove obsolete compilation flag
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 22 Sep 2010 18:14:25 +0000 (20:14 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 22 Sep 2010 18:14:25 +0000 (20:14 +0200)
Makefile

index c7635ddf85bf249b1e44a2c0ac3f55340649fa51..938d1b30828a6a63611dcca5d6725df2f281502d 100644 (file)
--- 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)