7 line
		
	
	
		
			57 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 line
		
	
	
		
			57 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 	@echo "Nothing to do here."
 | |
| 
 | |
| clean:
 | |
| 	rm -f *.pyo 
 | |
| 
 | 
| all:
 | |
| 	@echo "Nothing to do here."
 | |
| 
 | |
| clean:
 | |
| 	rm -f *.pyo 
 | |
| 
 |