all:
	gcc -lm test.c -o test
clean:
	rm -rf test
