Peplinski_HW6: limits.c
	gcc -g -o Peplinski_HW6 limits.c

.PHONY: clean
clean:
	rm -f *.o ./Peplinski_HW6 dump
