RandTest: RandTest.c
	gcc -o RandTest RandTest.c
.PHONY: clean
clean:
	rm RandTest *.o
