1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-09 06:20:43 +00:00
neonmodem/Makefile
2023-01-06 19:46:41 -05:00

14 lines
295 B
Makefile

.PHONY: build install-deps install-deps-go
VERSION := $(shell git describe --tags 2> /dev/null || git rev-parse --short HEAD)
all: install-deps build
build:
go build -ldflags "-X github.com/mrusme/neonmodem/config.VERSION=$(VERSION)"
install-deps: install-deps-go
install-deps-go:
go get