Robin_HW7: robin.c
	gcc -lm -Os -o Robin_HW7 robin.c

clean:
	rm -f Robin_HW7
