include makefile.in

all :
	./install.sh -c

install :
	./install.sh /home/dcoeurjo/public_html/TC18/Code

clean :

again : all
