Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/make/Makefile.in (sage_setup-clean): Clean the build tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 3, 2021
1 parent 37f9b0c commit 456d8a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ sagelib-clean:
sage_docbuild-clean:
(cd "$(SAGE_ROOT)/build/pkgs/sage_docbuild/src" && rm -rf build)

sage_setup-clean:
(cd "$(SAGE_ROOT)/build/pkgs/sage_setup/src" && rm -rf build)

build-clean: clean doc-clean sagelib-clean sage_docbuild-clean

# Special target for cleaning up a broken GCC install detected by configure
Expand Down

0 comments on commit 456d8a9

Please sign in to comment.