This line: rm -f `find . -type f | grep "[.]lo" | xargs` was deleting crypt.lof, which seemed undesirable. One solution would be to end the grep expression with "$", but it seemed more straightforward just to pass "-name" to "find", rather than piping through grep.
See doc/crypt.pdf
					Languages
				
				
								
								
									C
								
								98.2%
							
						
							
								
								
									Makefile
								
								0.7%
							
						
							
								
								
									Perl
								
								0.4%
							
						
							
								
								
									Shell
								
								0.3%
							
						
							
								
								
									Java
								
								0.2%
							
						
							
								
								
									Other
								
								0.1%