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

Commit

Permalink
Make gir show statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed Apr 24, 2016
1 parent 884f8d7 commit a43c821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GIR_FILES = gir-files/Gtk-3.0.gir
gir : src/auto/mod.rs

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

$(GIR) : $(GIR_SRC)
rm -f gir/target/bin/gir
Expand Down

0 comments on commit a43c821

Please sign in to comment.