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

clean:
	rm -f Robin_HW8
