Skip to content

Commit

Permalink
Makefile: add target lpsize
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Dec 16, 2024
1 parent 499c142 commit be4cef5
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 @@ -321,3 +321,7 @@ clean-lptodo: lptodo
.PHONY: clean-vtodo
clean-vtodo: vtodo
xargs -a vtodo rm -f

.PHONY: lpsize
lpsize:
find . -maxdepth 1 -name '*.lp' -print0 | du --files0-from=- --total -s -h | tail -1

0 comments on commit be4cef5

Please sign in to comment.