Skip to content

Commit

Permalink
Add clean target for gcc stage2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Oct 22, 2024
1 parent a83a309 commit dfef2f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ clean-newlib:
clean-gcc-stage2:
rm -rf build-gcc-stage2 stamps/build-gcc-stage2

clean-gcc-stage2-only:
rm -rf build-gcc-stage2-only stamps/build-gcc-stage2-only

clean:
rm -rf build-* stamps

Expand Down

0 comments on commit dfef2f7

Please sign in to comment.