refactor: reorganize project in order to include automation #1
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -24,6 +24,9 @@ endif
|
|||
LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT}
|
||||
LDFLAGS += -X nocternity.net/gomonop/pkg/version.status=${GIT_STATUS}
|
||||
|
||||
# Use bash as the shell, mostly for -o pipefail
|
||||
SHELL = /usr/bin/env bash
|
||||
|
||||
|
||||
.PHONY: all
|
||||
all: build
|
||||
|
|
Loading…
Reference in a new issue