diff options
Diffstat (limited to 'src/matrixOperations/Makefile.in')
-rw-r--r-- | src/matrixOperations/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in index e4cc19ec..b8914efa 100644 --- a/src/matrixOperations/Makefile.in +++ b/src/matrixOperations/Makefile.in @@ -167,8 +167,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = addition \ subtraction \ - multiplication #\ - #division + multiplication \ + cat all: all-recursive |