Skip to content

Commit 188c1ba

Browse files
author
Daniele Rondina
committed
Makefile: Fix typo
1 parent 5e75193 commit 188c1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
override LDFLAGS += -X "github.com/MottainaiCI/simplestreams-builder/cmd.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')"
44
override LDFLAGS += -X "github.com/MottainaiCI/simplestreams-builder/cmd.BuildCommit=$(shell git rev-parse HEAD)"
55

6-
NAME ?= lxd-compose
6+
NAME ?= simplestreams-builder
77
PACKAGE_NAME ?= $(NAME)
88
REVISION := $(shell git rev-parse --short HEAD || echo dev)
99
VERSION := $(shell git describe --tags || echo $(REVISION))

0 commit comments

Comments
 (0)