diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-24 00:38:36 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-24 00:38:36 +0200 |
commit | a6d1da6d5a998725cdcf83133c37ea924ad10c3f (patch) | |
tree | 23ec7541c284f8eeac014770e3cd4f472c6000e2 | |
parent | e0c241cc10ec684158d169fece45b7116dc8c003 (diff) |
Don’t compile for DZEN by default
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ CFLAGS+=-lbsd endif # Define this if you want i3status to spit out dzen2-compatible output on stdout -CFLAGS+=-DDZEN +#CFLAGS+=-DDZEN CFLAGS+=$(EXTRA_CFLAGS) OBJS:=$(wildcard src/*.c *.c) |