X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2FMakefile;fp=emacs_el%2FMakefile;h=14ee7a20a64f3ee797edc5d60396e86f9e404b48;hb=73b41aa61352234aa47ceda2198d0436b38179b0;hp=ddf9fdbeea0d6a095657e2dca982279f5b8b12c9;hpb=fe4a55c9f51bab882bc6c4359a9c9feeb01aead2;p=lib.git diff --git a/emacs_el/Makefile b/emacs_el/Makefile index ddf9fdb..14ee7a2 100644 --- a/emacs_el/Makefile +++ b/emacs_el/Makefile @@ -3,12 +3,10 @@ all: $(patsubst %.el,%.elc,$(wildcard *.el)) %.elc: %.el - echo $<|emacs -q -no-site-file --no-site-file -batch -f byte-compile-file; + emacs -q -no-site-file --no-site-file -batch -f batch-byte-compile $<; clean: - rubber -d --clean *.tex - rm -f *.tmp - rm -f figures/*.pdf + rm -f *.elc .PHONY: clean all