
KEEPC = -output_C -pretty 
KEEPC = 


FOO_FILES = 	foo.sa vecd_3.sa quad_tree.sa circle_generator.sa x.o



foo:	${FOO_FILES}
	echo "foo:"
	cs ${FOO_FILES} -C_flag -lm\ -lX11 -debug -check all $(KEEPC)\
	 -main MAIN -o a.out 


 
x.o:	x.c
	gcc x.c -c -o x.o
