
CPPFLAGS=-fno-inline
o=raidstart.o version.o raidlib.o parser.o popt.o support.o 

all: $(o)
	ld -r -o raid.o $(o)

clean:
	rm -f *.o
