mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			113 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			113 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| CLEANFILES= *.out.bad *.notrun check.log check.time
 | |
| 
 | |
| # no default target
 | |
| default:
 | |
| 
 | |
| clean:
 | |
| 	rm -f $(CLEANFILES)
 | |
| 
 | 
