Of git, get, and gud
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
all: skel chglog build skel: @grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' > nfpm.yaml build: build-deb build-rpm build-arch build-deb: @nfpm pkg --packager deb --target ./build/ build-rpm: @nfpm pkg --packager rpm --target ./build/ build-arch: @nfpm pkg --packager archlinux --target ./build/ chglog: @chglog init