Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit a43c821

Browse files
committed
Make gir show statistics
1 parent 884f8d7 commit a43c821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GIR_FILES = gir-files/Gtk-3.0.gir
66
gir : src/auto/mod.rs
77

88
src/auto/mod.rs : Gir.toml $(GIR) $(GIR_FILES)
9-
$(GIR) -c Gir.toml
9+
$(GIR) -c Gir.toml -s
1010

1111
$(GIR) : $(GIR_SRC)
1212
rm -f gir/target/bin/gir

0 commit comments

Comments
 (0)