IntegerBits: IntegerBits.c
	gcc -o IntegerBits IntegerBits.c

.PHONY: clean
clean:
	rm -f IntegerBits IntegerBits.o
