4 lines
91 B
Makefile
4 lines
91 B
Makefile
VERSION = $(shell git describe --tags)
|
|
PACKAGE ?= quay.io/goircd/goircd
|
|
|
|
include common.mk
|