blob: ba89e9cc5301262102c25b137f99683efc732c9f [file] [edit]
jq: *.hs Parser.hs Lexer.hs
ghc *.hs -o jq
Parser.hs: Parser.y
happy -i Parser.y
Lexer.hs: Lexer.x
alex Lexer.x