diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-05-01 17:53:27 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-05-01 17:53:27 +0200 |
commit | b7bf1dd7220f73b0d27e94e69099d14064b14661 (patch) | |
tree | c6bbfb9fff90c9085419ee53bc70ebb9e662f587 /Makefile | |
parent | ac39765685d9a28cd86a233d171f7278f331ef09 (diff) |
Implement flags for batteries to use the last full capacity. This breaks configfiles.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ CFLAGS+=-DPREFIX=\"\" ifeq ($(shell uname),Linux) CFLAGS+=-DLINUX +CFLAGS+=-D_GNU_SOURCE endif # Define this if you want i3status to spit out dzen2-compatible output on stdout |