git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm/Makefile
blob: 0224e8a0ade0bbe6c1982a4e2889e633a24c8499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: skel 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/