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"