diff options
Diffstat (limited to 'nfpm/Makefile')
-rw-r--r-- | nfpm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nfpm/Makefile b/nfpm/Makefile index 0224e8a..46eeb65 100644 --- a/nfpm/Makefile +++ b/nfpm/Makefile @@ -1,4 +1,4 @@ -all: skel build +all: skel chglog build skel: @grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' > nfpm.yaml @@ -10,3 +10,6 @@ build-deb: build-rpm: @nfpm pkg --packager rpm --target ./build/ + +chglog: + @chglog init |