# A simple makefile for a simple task
#
# 12/2010 Kay Gorontzi

CreateRandomFile:  CreateRandomFile.C
	gcc -O3 -Wall -o $@ $<

