all: getlaid Lexer.hs: haskell.x alex -g $< -o $@ getlaid: Main.hs Lexer.hs Layout.hs ghc -fglasgow-exts --make $< -o $@