We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac0a92 commit 637c585Copy full SHA for 637c585
1 file changed
Makefile
@@ -1,7 +1,6 @@
1
CRYSTAL?=$(shell which crystal)
2
CRYSTAL_FLAGS=--release
3
CRYSTAL_STATIC_FLAGS=--static
4
-
5
VERSION?=$(shell cat .version)
6
7
all: fmt test build docker_build ## clean and produce target binary and docker image
0 commit comments