diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-17 02:42:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-17 02:42:00 +0100 |
commit | d73fc718255d1a28d7040e0d8204e32194c1b3f6 (patch) | |
tree | 9589c87adccc50f6baa397f1960a56a84723344f /Makefile | |
parent | fix datadir and libdir in source files when building (diff) | |
download | blueshift-d73fc718255d1a28d7040e0d8204e32194c1b3f6.tar.gz blueshift-d73fc718255d1a28d7040e0d8204e32194c1b3f6.tar.bz2 blueshift-d73fc718255d1a28d7040e0d8204e32194c1b3f6.tar.xz |
forgot to include __main__
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
@@ -26,7 +26,7 @@ STD = c99 FLAGS = $$($(PKGCONFIG) --cflags --libs $(LIBS)) -std=$(STD) $(WARN) $(OPTIMISE) -fPIC DATAFILES = 2deg 10deg redshift redshift_old -PYFILES = colour.py curve.py monitor.py solar.py +PYFILES = __main__.py colour.py curve.py monitor.py solar.py |