emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/org-edna 68b01b8 16/72: Fixed bug in Makefile


From: Ian Dunn
Subject: [elpa] scratch/org-edna 68b01b8 16/72: Fixed bug in Makefile
Date: Sun, 21 May 2017 21:11:20 -0400 (EDT)

branch: scratch/org-edna
commit 68b01b81b0aa46764a460be8f764a43d857587bc
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Fixed bug in Makefile
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 55498c7..74e079a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 #  You should have received a copy of the GNU General Public License
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-EMACS=emacs --ednach
+EMACS=emacs --batch
 ALLSRC=org-edna.el
 SOURCE=$(ALLSRC)
 TARGET=$(patsubst %.el,%.elc,$(SOURCE))
@@ -27,7 +27,7 @@ compile: $(TARGET)
 %.elc: %.el
        @$(EMACS) \
        -L "." \
-       -f ednach-byte-compile $<
+       -f batch-byte-compile $<
 
 autoloads: org-edna-autoloads.el
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]