mentorenwahl/docker/backend/Makefile
Dominic Grimm eed1042529
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Created documentation for DB models
2022-02-07 21:10:04 +01:00

12 lines
244 B
Makefile

.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" -D granite_docs