diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..fd72780ada584a522eeec7890fdb8bd97d61adc7 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +# -*- Makefile -*- + +EMACS = emacs + +TEST_DIR = src +TRAVIS_FILE = .travis.yml + +# Compile with noninteractive and relatively clean environment. +BATCHFLAGS = -batch -q --no-site-file + +test: + ${EMACS} -L src $(BATCHFLAGS) -f batch-byte-compile $(TEST_DIR)/*.el