genasn:  genasn.o
	cc genasn.c -lm -o genasn

genmin:  genmin.o
	cc genmin.c -lm -o genmin

genmax: genmax.o
	cc genmax.c -lm -o genmax
