Skip to content

Commit

Permalink
Add make release-clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 3, 2024
1 parent 05a04f5 commit 5a7871f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ release-finish :
opam pin remove -y dream-pure dream-httpaf dream
sha256sum $(RELEASE).tar.gz
ls -l $(RELEASE).tar.gz

.PHONY : release-clean
release-clean :
rm -rf $(RELEASE) $(RELEASE).tar.gz _release

0 comments on commit 5a7871f

Please sign in to comment.