aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg2009-02-22 19:56:06 +0100
committerMichael Stapelberg2009-02-22 19:56:06 +0100
commit6ce04aea3f2beb360fb3381c5f4d2ae5febda24c (patch)
tree7e2e57e031e0ff5048364ad1c62903f9b3a5fd03 /Makefile
parentUpdate manpage, remove unnecessary ifdefs (diff)
Add dzen2-compatible mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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: