Skip to content

Commit

Permalink
fix: Prevent make clean fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Sep 16, 2024
1 parent 80a61fa commit c4f14da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ view:

.PHONY: clean
clean:
$(MAKE) -C docs/ clean
$(RM) dist/
$(MAKE) -C docs/ clean | true
$(RM) dist/ | true

.PHONY: clean
fmt:
Expand Down

0 comments on commit c4f14da

Please sign in to comment.