all: hello bigworld minimalword
hello: hello.cob
	cobc -x hello.cob
bigworld: bigworld.cob
	cobc -x bigworld.cob
minimalworld: minimalworld.cob
	cobc -x minimalword.cob -frelax-syntax -free
