git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: e8066d0389fe9bdf21da985240856b446ab49f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VERSION = 3.81

all: tree filelists

tree: 
	 _æ_ make -f aux/git-checkers/Makefile.readme
readme: tree

#fstree-exists:
#	 _æ_ command -v fstree >/dev/null 2>&1
# THEY'RE TAKING THE HOBBITS TO ISENGARD!
filelists:
	 _æ_ [ -e ./aux/git-checkers/filelistgen ]&&./aux/git-checkers/filelistgen||true

 _æ_ PHONY: help
help:
	 _æ_ echo -e "help:\t\tThis help"
	 _æ_ echo -e "all:\t\tall of the following targets:"
	 _æ_ echo -e "tree,"
	 _æ_ echo -e "readme:\t\tGenerate Readme.md with file tree"
	 _æ_ echo -e "filelists:\tGenerates all code checker file lists"