summaryrefslogtreecommitdiff
path: root/src/matrixOperations/Makefile.in
diff options
context:
space:
mode:
authorsimon2008-09-10 08:41:15 +0000
committersimon2008-09-10 08:41:15 +0000
commitfe87aaa9e01095a869aa04ee6af8c568216f0293 (patch)
tree882eea926944c2b4e931a1a61997176268d6ff10 /src/matrixOperations/Makefile.in
parentb54a0679d78d899af6609541aa6130c8789d54d4 (diff)
downloadscilab2c-fe87aaa9e01095a869aa04ee6af8c568216f0293.tar.gz
scilab2c-fe87aaa9e01095a869aa04ee6af8c568216f0293.tar.bz2
scilab2c-fe87aaa9e01095a869aa04ee6af8c568216f0293.zip
added functions to create matrix full of one
Diffstat (limited to 'src/matrixOperations/Makefile.in')
-rw-r--r--src/matrixOperations/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in
index ce98fedd..f114bf3d 100644
--- a/src/matrixOperations/Makefile.in
+++ b/src/matrixOperations/Makefile.in
@@ -175,7 +175,8 @@ SUBDIRS = addition \
multiplication \
subtraction \
trace \
- transpose
+ transpose \
+ ones
all: all-recursive