all: .configured ./Setup build clean: Setup ./Setup clean .configured: hesql.cabal Setup ./Setup configure touch $@ Setup: Setup.hs ghc --make Setup.hs install: all ./Setup install dist: Setup ./Setup sdist .PHONY: all clean install dist