refactor: reorganize project in order to include automation #1

Merged
Emmanuel BENOîT merged 19 commits from :master into master 2024-07-19 22:01:35 +02:00
Showing only changes of commit 11f29bba5e - Show all commits

View file

@ -24,6 +24,9 @@ endif
LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT} LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT}
LDFLAGS += -X nocternity.net/gomonop/pkg/version.status=${GIT_STATUS} 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 .PHONY: all
all: build all: build