diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 18:48:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 18:48:32 +0100 |
commit | f12a78597a7056b2f51ce908fb51d1d14d1e176c (patch) | |
tree | dfa22e541f41677a2393f95e7730efe8f6a4b19f /Makefile | |
parent | update todo (diff) | |
download | blueshift-f12a78597a7056b2f51ce908fb51d1d14d1e176c.tar.gz blueshift-f12a78597a7056b2f51ce908fb51d1d14d1e176c.tar.bz2 blueshift-f12a78597a7056b2f51ce908fb51d1d14d1e176c.tar.xz |
add example that can be used from xmobar
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,8 @@ PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py # Library files CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so) # Configuration script example files -EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic +EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \ + xmobar # Build rules |