X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=e77b22752ece367de4cd88c66533e3d7c234be22;hb=da16d4008b48e054104d0d186f47c6382f280b06;hp=41b916c8eeba2c7c5ff2c35f00410cd6e9bacc71;hpb=bd17e086bf868facb54e6f957643fa2d61defc11;p=email-validator.git diff --git a/makefile b/makefile index 41b916c..e77b227 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ HCFLAGS += -Weverything \ -rtsopts \ -threaded -.PHONY : test dist hlint +.PHONY : doc test dist hlint $(BIN): $(PN).cabal src/*.hs runghc Setup.hs clean