Skip to content

Commit

Permalink
Do not call uninstall in maintainer-clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 6, 2021
1 parent 2ce2285 commit bace1b7
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 @@ -94,7 +94,7 @@ clean:
@echo

.PHONY: maintainer-clean
maintainer-clean: uninstall clean
maintainer-clean: clean
@echo $(CS)Performing full clean$(CE)
$(RM) -r $(VENV_ROOT)
$(call rm-venv-link)
Expand Down

0 comments on commit bace1b7

Please sign in to comment.