aboutsummaryrefslogtreecommitdiff
path: root/modules/matrix_basic/Makefile
blob: 36040418509b7881c0ee391603aa32319a7515a6 (plain)
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