Subject: rm bin/gyoto.o on clean
Author: Thibaut Paumard <paumard@users.sourceforge.net>
Origin: vendor
Date: 2012-05-09
Forwarded: yes (I will include it in the next release.)

--- a/bin/Makefile
+++ b/bin/Makefile
@@ -4,9 +4,8 @@
 
 .SUFFIXES : .o .C
 
-#SRC = code.C RayTracingSch.C RayTracingSch_Disk.C #truc.C
-#SRC = Orbite.C RayTracing.C
-#OBJ = $(SRC:.C=.o)
+SRC = gyoto.C
+OBJ = $(SRC:.C=.o)
 
 LIB_SRC = $(shell ls ../lib/*.C)
 HDRS = $(shell ls ../include/*.h)
