all:	doc
doc:	eh.c
	gcc -o eh eh.c -lm
	./eh >> text.txt
	emacs text.txt &
