aboutsummaryrefslogtreecommitdiff
path: root/modules/matrix_basic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/matrix_basic/Makefile')
-rw-r--r--modules/matrix_basic/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/matrix_basic/Makefile b/modules/matrix_basic/Makefile
deleted file mode 100644
index 3604041..0000000
--- a/modules/matrix_basic/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-