X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=efe18fd6627560dd648e80b346090507036197ac;hb=26d9ffe7a637c826da3b1b330843173205d79964;hp=904739deb212ff93d74f26610d977453cd4b3f5a;hpb=3358fd68e113873363e10c390a077edd9a0f409a;p=email-validator.git diff --git a/makefile b/makefile index 904739d..efe18fd 100644 --- a/makefile +++ b/makefile @@ -9,14 +9,8 @@ $(BIN): $(PN).cabal src/*.hs runghc Setup.hs configure --user runghc Setup.hs build -profile: $(PN).cabal src/*.hs - runghc Setup.hs clean - runghc Setup.hs configure --user --enable-executable-profiling - runghc Setup.hs build - doc: src/*.hs runghc Setup.hs configure --user - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"