From 0e151e9deca2f77bb838d7d3409d03559bc9a91f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 8 Jun 2025 12:10:39 +0200 Subject: [PATCH] Makefile: Remove phar files in 'clean' target [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b9cd3cf80..a17b4b6f7 100644 --- a/Makefile +++ b/Makefile @@ -82,3 +82,4 @@ buildtools: /tmp/composer.phar clean: rm -rf roundcubemail-git rm -rf roundcubemail-$(VERSION)* + rm -f /tmp/composer.phar /tmp/phpDocumentor.phar