mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash --verbose
 | |
| set -e
 | |
| 
 | |
| rm -rf target/ build/ build_sysroot/{sysroot_src/,target/} perf.data{,.old}
 | |
| rm -rf rand/ regex/ simple-raytracer/
 | 
