diff options
-rw-r--r-- | src/Makefile.lsq_funcs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.lsq_funcs b/src/Makefile.lsq_funcs new file mode 100644 index 0000000..769d2b3 --- /dev/null +++ b/src/Makefile.lsq_funcs @@ -0,0 +1,4 @@ +all: lsq_funcs.c + +lsq_funcs.c: lsq_funcs.max + maxima -b lsq_funcs.max > lsq_funcs.c |