created makefile
This commit is contained in:
parent
a393808afb
commit
d1a1834846
13
Makefile
Normal file
13
Makefile
Normal 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.
Loading…
Reference in New Issue
Block a user