diff options
-rw-r--r-- | src/Makefile.lsq_funcs | 2 | ||||
-rw-r--r-- | src/lsq_funcs.mac (renamed from src/lsq_funcs.max) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.lsq_funcs b/src/Makefile.lsq_funcs index bbac7f7..e573323 100644 --- a/src/Makefile.lsq_funcs +++ b/src/Makefile.lsq_funcs @@ -1,4 +1,4 @@ all: lsq_funcs.c lsq_funcs.c: lsq_funcs.max - maxima -b lsq_funcs.max | grep "^mac_" > lsq_funcs.c + maxima -b lsq_funcs.mac | grep "^mac_" > lsq_funcs.c diff --git a/src/lsq_funcs.max b/src/lsq_funcs.mac index 671aae2..671aae2 100644 --- a/src/lsq_funcs.max +++ b/src/lsq_funcs.mac |