1 2 3 4 5 6 7 8 9 10 11 12
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