git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/aux/git-checkers/Makefile.readme
blob: 094b651fe564c35bb87f7e630cfb37d5d1d62f77 (plain)
1
2
3
4
5
6
7
8
9
10
VERSION = 3.81

all: tree

tree: tree-exists
	@./readmegen
readme: tree

tree-exists:
	@command -v tree >/dev/null 2>&1