X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=makefile;h=ddc01dd693dadf3d547c0dfa3757436f91af12de;hp=904739deb212ff93d74f26610d977453cd4b3f5a;hb=f0ae56ce4d5a049d1f51d0300c5e8a5ed0aa93ea;hpb=2ac26d82b77e3fa84efb5f8593b7b92416929e9e diff --git a/makefile b/makefile index 904739d..ddc01dd 100644 --- a/makefile +++ b/makefile @@ -9,11 +9,6 @@ $(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