6 lines
		
	
	
		
			56 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			56 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 	python code-generator.py
 | |
| 
 | |
| clean:
 | |
| 	-rm -f *~ *.pyc
 |