summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2015-12-13Makefile: SimplifyKyle Meyer
2015-02-19Makefile: Fix batch test run for travisKyle Meyer
Commit 9e80dc263 redefined the EMACS variable in the Makefile to include the --batch flag, but this is overridden in .travis.yml, so specify the flags separately.
2015-02-19Makefile: Byte compile before testsKyle Meyer
2015-02-19Use cl-lib instead of dashKyle Meyer
2015-02-17Expand MakefileKyle Meyer
2014-11-24Merge pull request #4 from rranelli/tests-with-makefileKyle Meyer
Before merging, Makefile code specific for maven-test-mode was removed.
2014-11-24Add Makefile and test targetrenan-ranelli