diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 10:10:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 10:10:16 +0100 |
commit | ec36e523afe355d25d8c64b2ab4c93611fd20535 (patch) | |
tree | e4f73cfb5db2e8ba7442554d213af438d3e70fc4 /Makefile | |
parent | m (diff) | |
download | blueshift-ec36e523afe355d25d8c64b2ab4c93611fd20535.tar.gz blueshift-ec36e523afe355d25d8c64b2ab4c93611fd20535.tar.bz2 blueshift-ec36e523afe355d25d8c64b2ab4c93611fd20535.tar.xz |
update makefile1.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ STD = c99 FLAGS = $$($(PKGCONFIG) --cflags --libs $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) -fPIC DATAFILES = 2deg 10deg redshift redshift_old -PYFILES = __main__.py colour.py curve.py monitor.py solar.py +PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py EXAMPLES = comprehensive sleepmode |