*** empty log message ***
[gnus] / lisp / Makefile
index cd0b6f3..a3ffbbd 100644 (file)
@@ -2,9 +2,15 @@ SHELL = /bin/sh
 EMACS=emacs
 FLAGS=-batch -q -no-site-file -l ./dgnushack.el
 
+total:
+       rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
+
 all:
        rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
 
+clever:
+       $(EMACS) $(FLAGS) -f dgnushack-compile
+
 some:
        $(EMACS) $(FLAGS) -f dgnushack-recompile
 
@@ -12,4 +18,4 @@ tags:
        etags *.el
 
 separately:
-       rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $i; done
+       rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $$i; done