From d73fc718255d1a28d7040e0d8204e32194c1b3f6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 17 Feb 2014 02:42:00 +0100 Subject: forgot to include __main__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ae2a67..4c020de 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-70-g09d2