current: all_modules

include ../../Makefile.config

PDP_MOD = pdp_mat_mul.o pdp_mat_lu.o pdp_mat_vec.o

all_modules: $(PDP_MOD)

clean:
	rm -f *~
	rm -f *.o