Skip to content

Commit

Permalink
Fix submodule de-initialization in distclean target
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Aug 22, 2017
1 parent 8dc5a8f commit 53748e3
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 @@ -34,7 +34,7 @@ help::
.PHONY: distclean
distclean:: clean
rm -rf build dist
git submodule deinit
git submodule deinit --all

help::
@printf "doc\n\tbuild Sphinx documentation\n"
Expand Down

0 comments on commit 53748e3

Please sign in to comment.