

shotguntest: benchutil.h   random.h        shotguntest.c
	$(CC)  -std=c99 -O3 -o shotguntest shotguntest.c -Wall

all:

clean:
	rm -f shotguntest
