all:
	python code-generator.py

clean:
	-rm -f *~ *.pyc
