mentorenwahl/docker/backend/Makefile

13 lines
244 B
Makefile
Raw Normal View History

2022-02-07 18:25:18 +00:00
.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:
2022-02-07 20:10:04 +00:00
crystal docs --project-name "Mentorenwahl Backend" -D granite_docs