From e137e33faa05fe28ae848c8ae6586f146ff3ffe8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 22 Sep 2010 20:14:25 +0200 Subject: [PATCH] makefile: remove obsolete compilation flag --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5