SHELL := /usr/bin/python

0:
	print 0

1:
	a = 1;\
	print a
