X-Git-Url: https://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=makefile;fp=makefile;h=e77b22752ece367de4cd88c66533e3d7c234be22;hp=41b916c8eeba2c7c5ff2c35f00410cd6e9bacc71;hb=47c210233494ab1b983636bc7da6db0cf5ce9f03;hpb=f1d7bdba2b107eabd6d6efd9434a5a9d8160dbe6 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