You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
176 B

EMACS = emacs
# EMACS = emacs-24.3
.PHONY: all test clean
all: test
test:
$(EMACS) -batch -l hydra.el -l hydra-test.el -f ert-run-tests-batch-and-exit
clean:
rm -f *.elc