From 6ce04aea3f2beb360fb3381c5f4d2ae5febda24c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 22 Feb 2009 19:56:06 +0100 Subject: Add dzen2-compatible mode --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b4313c..90e1ce3 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ ifeq ($(shell uname),Linux) CFLAGS+=-DLINUX endif +# Define this if you want wmiistatus to spit out dzen2-compatible output on stdout +#CFLAGS+=-DDZEN + wmiistatus: wmiistatus.o wmiistatus.h clean: -- cgit v1.2.3