git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm/Makefile
blob: 46eeb65745a7d5fd4f6e669a746969817fee411a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: skel chglog build

skel:
	 _æ_ grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' > nfpm.yaml

build: build-deb build-rpm

build-deb:
	 _æ_ nfpm pkg --packager deb --target ./build/

build-rpm:
	 _æ_ nfpm pkg --packager rpm --target ./build/

chglog:
	 _æ_ chglog init