diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-06-17 21:33:54 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-06-17 21:33:54 +0200 |
commit | 17619e8c335543dad631060f84f3aa94808e3d2c (patch) | |
tree | e1d1cdb67fd522c4fb9d751a7315ad07b89b1208 /Makefile | |
parent | 747c814453bd673a13fdeac23e3c081cc81b8460 (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 |