diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-25 08:29:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-25 08:29:49 +0100 |
commit | 8b34e6ea7b0afdec8f58d5b9d6cf03bf94232587 (patch) | |
tree | 25cca4d367827cfb3d92f30c0a648bece2c2c4c2 /Makefile | |
parent | implemention of linearly_interpolate_ramp (diff) | |
download | blueshift-8b34e6ea7b0afdec8f58d5b9d6cf03bf94232587.tar.gz blueshift-8b34e6ea7b0afdec8f58d5b9d6cf03bf94232587.tar.bz2 blueshift-8b34e6ea7b0afdec8f58d5b9d6cf03bf94232587.tar.xz |
m bug + beginning of bedtime example
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so) EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \ xmobar xpybar stored-settings current-settings xmonad threaded \ backlight darkroom textconf textconf.conf modes weather battery \ - icc-profile-atoms + icc-profile-atoms bedtime # Build rules |