boon/Makefile
Jean-Philippe Bernardy 12198420e4 add tests
2016-11-04 13:16:09 +01:00

18 lines
268 B
Makefile

emacs ?= emacs
cheat.pdf: cheat-sheet.hs
ghc --make cheat-sheet.hs -main-is CC
./cheat-sheet
xelatex cheat-sheet.tex
xelatex qwerty.tex
./cheat-sheet
xelatex qwerty.tex
test:
$(emacs) -batch --script boon-test.el
clean:
rm -f *.elc
.PHONY: all clean test