diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2010-09-22 20:14:25 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-09-22 20:14:25 +0200 |
commit | e137e33faa05fe28ae848c8ae6586f146ff3ffe8 (patch) | |
tree | bd173153609d7088148e22aa83a1bae75a9de033 /Makefile | |
parent | b1ebdb8e8070257d129c0d09fa70a881ecc3cde5 (diff) |
makefile: remove obsolete compilation flag
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |