SHELL=/bin/sh

.SILENT:

clean:

distclean:
	-rm -f *.msg *.qual *.vtk.surf
	-rm -f *~ *.rej *.orig \#* 


