make check
This commit is contained in:
parent
e1024bf7bc
commit
efc7adcade
9
Makefile
9
Makefile
@ -3,12 +3,21 @@ help:
|
|||||||
@echo "\tmake pdf"
|
@echo "\tmake pdf"
|
||||||
@echo "\tmake creature"
|
@echo "\tmake creature"
|
||||||
@echo "\tmake show"
|
@echo "\tmake show"
|
||||||
|
@echo "\tmake check (to check your dependencies)"
|
||||||
@echo "\tmake install-godot"
|
@echo "\tmake install-godot"
|
||||||
@echo "\tmake uninstall-godot"
|
@echo "\tmake uninstall-godot"
|
||||||
|
|
||||||
.PHONY: pdf
|
.PHONY: pdf
|
||||||
pdf: overview.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/:
|
rubbish/:
|
||||||
mkdir rubbish
|
mkdir rubbish
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user