From 1a36a4497f417f008c9a5e19fcbdfc30f813db17 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 8 Sep 2011 19:13:46 -0400 Subject: Add e and emacsterm, two emacs utitlities. * e evaluates some emacslisp, * emacsterm launches an x-terminal-emulator in emacs (requires the emacs function 'emacs-terminal-emulator') --- Makefile | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e33f078..59161c0 100644 --- a/Makefile +++ b/Makefile @@ -6,20 +6,22 @@ RM = rm -f BINFILES = \ arg \ - ord \ - urldecode \ - roll \ - v-www-browser \ - v-editor \ - whatismyip \ chardiff \ chardiff_pre \ chardiff_post \ - newegg \ + daemon \ + e \ + emacsmail \ + emacsterm \ hangman \ + newegg \ + ord \ + roll \ sysfiles \ - daemon \ - emacsmail + urldecode \ + v-www-browser \ + v-editor \ + whatismyip all: build .gitignore @@ -41,6 +43,8 @@ clean: cat $< >$@ chmod a+x $@ +# Note that this rule would be way simpler if I could count on 'arg' +# already being installed ("arg '*~' $(BINFILES) > $@") .gitignore: Makefile echo '*~' > $@ for file in $(BINFILES); do echo "$$file"; done >> $@ -- cgit v1.2.3