.PHONY: all dev prod docs all: prod dev: shards build -Ddevelopment --static --verbose -s -p -t prod: shards build --static --release --no-debug --verbose -s -p -t docs: crystal docs --project-name "Mentorenwahl Backend"