diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-02-22 19:56:06 +0100 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-02-22 19:56:06 +0100 |
commit | 6ce04aea3f2beb360fb3381c5f4d2ae5febda24c (patch) | |
tree | 7e2e57e031e0ff5048364ad1c62903f9b3a5fd03 /Makefile | |
parent | 695217130751a2a224fb0f559472a71f2e6a00f7 (diff) |
Add dzen2-compatible mode
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |