main: *.c gcc -o main.exe *.c -lm clean: rm -f *.o *.exe