diff --git a/Makefile b/Makefile index 8d134107e..e50e30dd6 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ unittest: # run doc tests doctest: tools/doctest - @tools/doctest AddCommand.hs + @tools/doctest Commands/Add.hs @tools/doctest Tests.hs # make sure we have no haddock errors