summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-20 06:56:15 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-20 06:56:15 +0100
commit78790b90bc25c8ef0de460c52d72bcdd17df0e51 (patch)
tree26ad13f0fe607022b9a62951d9d15b74ba8f3bb0 /Makefile
parentfix -c bug (diff)
downloadblueshift-78790b90bc25c8ef0de460c52d72bcdd17df0e51.tar.gz
blueshift-78790b90bc25c8ef0de460c52d72bcdd17df0e51.tar.bz2
blueshift-78790b90bc25c8ef0de460c52d72bcdd17df0e51.tar.xz
m + add new example: sleepmode
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2cb455..719c5bd 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ FLAGS = $$($(PKGCONFIG) --cflags --libs $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE)
DATAFILES = 2deg 10deg redshift redshift_old
PYFILES = __main__.py colour.py curve.py monitor.py solar.py
-EXAMPLES = comprehensive
+EXAMPLES = comprehensive sleepmode
.PHONY: default