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

clean:
	rm -f Robin_HW9
