mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-05-18 00:58:33 -04:00
Added Makefile
This commit is contained in:
parent
3d924e808b
commit
fbc0cea73a
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.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/gobbs/config.VERSION=$(VERSION)"
|
||||||
|
|
||||||
|
install-deps: install-deps-go
|
||||||
|
|
||||||
|
install-deps-go:
|
||||||
|
go get
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user