# Makefile for timeit

SRCS=timeit.c sieve.c
PROG=timeit
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

