mentorenwahl/docker/backend/Makefile
Dominic Grimm 420ef6f984
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Added backend Makefile
2022-02-07 19:25:18 +01:00

12 lines
228 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"