@ -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)
The note is not visible to the blocked user.