From: Michael Stapelberg Date: Wed, 22 Sep 2010 18:14:25 +0000 (+0200) Subject: makefile: remove obsolete compilation flag X-Git-Tag: 2.2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e137e33faa05fe28ae848c8ae6586f146ff3ffe8;p=i3%2Fi3status makefile: remove obsolete compilation flag --- diff --git a/Makefile b/Makefile index c7635dd..938d1b3 100644 --- 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)