diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-19 03:32:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-19 03:32:37 +0100 |
commit | bddb70af344aad17d3579d59a613a403842e6ccb (patch) | |
tree | a87adb4ef314fd7ace9bf0f8c06d99989fe068c1 /Makefile | |
parent | bump version (diff) | |
download | blueshift-bddb70af344aad17d3579d59a613a403842e6ccb.tar.gz blueshift-bddb70af344aad17d3579d59a613a403842e6ccb.tar.bz2 blueshift-bddb70af344aad17d3579d59a613a403842e6ccb.tar.xz |
add modes 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
@@ -68,7 +68,7 @@ CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so) # Configuration script example files EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \ xmobar xpybar stored-settings current-settings xmonad threaded \ - backlight darkroom textconf textconf.conf + backlight darkroom textconf textconf.conf modes # Build rules |