diff options
author | Michael Stapelberg | 2009-06-17 21:33:54 +0200 |
---|---|---|
committer | Michael Stapelberg | 2009-06-17 21:33:54 +0200 |
commit | 17619e8c335543dad631060f84f3aa94808e3d2c (patch) | |
tree | e1d1cdb67fd522c4fb9d751a7315ad07b89b1208 /Makefile | |
parent | Bugfix: Exit upon errors from printf in dzen2-mode (usually SIGPIPE because d... (diff) |
debian: build separate packages for dzen2/wmii
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ CFLAGS+=-D_GNU_SOURCE endif # Define this if you want i3status to spit out dzen2-compatible output on stdout -CFLAGS+=-DDZEN +#CFLAGS+=-DDZEN +CFLAGS+=$(EXTRA_CFLAGS) i3status: i3status.o i3status.h |