em: em.c
	gcc -Wall -lm em.c -o em

clean:
	rm *.o a.out em *.m~ *.c~
