makefile: remove obsolete compilation flag

This commit is contained in:
Michael Stapelberg 2010-09-22 20:14:25 +02:00
parent b1ebdb8e80
commit e137e33faa

View File

@ -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)