run: oven
	env XENVIRONMENT=XOven ./oven	

oven: oven.c
	gcc -o oven -O2 -DNeedFunctionPrototypes oven.c -lXaw -lXmu -lXt -lX11

