make check

This commit is contained in:
Malin Freeborn 2024-06-09 20:55:48 +02:00
parent e1024bf7bc
commit efc7adcade
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 9 additions and 0 deletions

View File

@ -3,12 +3,21 @@ help:
@echo "\tmake pdf"
@echo "\tmake creature"
@echo "\tmake show"
@echo "\tmake check (to check your dependencies)"
@echo "\tmake install-godot"
@echo "\tmake uninstall-godot"
.PHONY: pdf
pdf: overview.pdf
.PHONY: check
check:
@which lowdown >/dev/null || echo 'install lowdown (optional)'
@which git-lfs >/dev/null || echo 'install git-lfs'
@which pdflatex >/dev/null || echo 'install pdflatex (optional)'
@which less >/dev/null || echo 'install less (you absolute cave-man)'
@godot --version | grep -q '4.2' || echo 'install godot version 4.2'
rubbish/:
mkdir rubbish