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