diff --git a/makefile b/makefile index 8691e4b..2756c5b 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,5 @@ +.DEFAULT_GOAL := build_pdf + DOCKER_IMAGE := ghcr.io/hendricius/the-sourdough-framework DOCKER_CMD := docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c