created makefile

This commit is contained in:
Nicole Dresselhaus 2018-04-22 12:10:27 +02:00
parent a393808afb
commit d1a1834846
Signed by: Drezil
GPG Key ID: 057D94F356F41E25
3 changed files with 13 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
.PHONY: run pdf ghci
INPUT = sketch.md.lhs
pdf: $(INPUT)
pandoc -f markdown+lhs+smart+emoji -o documentation.pdf $(INPUT)
run: $(INPUT)
runhaskell $(INPUT)
ghci: $(INPUT)
ghci $(INPUT)

Binary file not shown.