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