#!/usr/bin/make all: $(patsubst %.el,%.elc,$(wildcard *.el)) %.elc: %.el echo $<|emacs -q -no-site-file --no-site-file -batch -f byte-compile-file; clean: rubber -d --clean *.tex rm -f *.tmp rm -f figures/*.pdf .PHONY: clean all