]> Git — Sourcephile - tmp/julm/symantic-reify.git/blob - Makefile
init
[tmp/julm/symantic-reify.git] / Makefile
1 all:
2 runhaskell Main.hs
3 ghcid:
4 ghcid -c 'ghci Main.hs -ignore-dot-ghci -package template-haskell' --reverse-errors
5 ghci:
6 ghci -package template-haskell Main.hs