CFLAGS=-Wall -g -lm

NAME=lsbench

lsbench: lsbench.c

clean:
	rm -f lsbench
	rm -f ${NAME}.tar.gz
