Skip to content

Commit

Permalink
make: The doc target must be phony
Browse files Browse the repository at this point in the history
  • Loading branch information
vlstill committed Jun 29, 2020
1 parent 1f56af1 commit bf0c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ clean :
submodules :
git submodule update -i

.PHONY: all clean test configure build builddir submodules pycheck $(PYSRC:%=%-mypy)
.PHONY: all clean test configure build builddir submodules pycheck doc $(PYSRC:%=%-mypy)

0 comments on commit bf0c48e

Please sign in to comment.