diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-12-12 18:38:59 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-12-12 18:38:59 +0100 |
commit | f8726929e645539456bd1f5fd2a37160b10778a5 (patch) | |
tree | 3fc89a98bbf5f7c1df5f22556db842d923d4e173 /src/Makefile.lsq_funcs | |
parent | 5ede63843485a9d6078bfe6b628c4854115368d7 (diff) |
make c-functions
Diffstat (limited to 'src/Makefile.lsq_funcs')
-rw-r--r-- | src/Makefile.lsq_funcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.lsq_funcs b/src/Makefile.lsq_funcs index f818dbd..2d778af 100644 --- a/src/Makefile.lsq_funcs +++ b/src/Makefile.lsq_funcs @@ -1,4 +1,4 @@ all: lsq_funcs.c lsq_funcs.c: lsq_funcs.mac - maxima -b lsq_funcs.mac | grep "^mac_" > lsq_funcs.c + maxima -b lsq_funcs.mac | grep "^double" > lsq_funcs.c |