From b082362df40588e64e5ba6db88b08780168c9690 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Fri, 24 Jul 2020 15:00:33 +0200 Subject: [PATCH] Also remove OSTree-1.0.gir when cleaning gir files --- rust-bindings/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index d418862f..c34ec28f 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -38,7 +38,7 @@ update-gir-files: \ gir-files/OSTree-1.0.gir remove-gir-files: - rm -f gir-files/G*-2.0.gir + rm -f gir-files/*.gir gir-files: mkdir -p gir-files