From 647996c0a3e3a3ded198f252255ae4f7c679333a Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 5 Jan 2012 10:28:36 -0700 Subject: [PATCH] add Maxima to the Makefile * Makefile (LISPF): Add Maxima. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 520b0fdb6..c99f05c9d 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,8 @@ LISPF = org.el \ ob-java.el \ ob-shen.el \ ob-fortran.el \ - ob-picolisp.el + ob-picolisp.el \ + ob-maxima.el LISPFILES0 = $(LISPF:%=lisp/%) LISPFILES = $(LISPFILES0) lisp/org-install.el -- 2.11.4.GIT