git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm
diff options
context:
space:
mode:
Diffstat (limited to 'nfpm')
-rw-r--r--nfpm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfpm/Makefile b/nfpm/Makefile
index c2aacbf..fa22a2a 100644
--- a/nfpm/Makefile
+++ b/nfpm/Makefile
@@ -6,13 +6,19 @@ skel:
build: build-deb build-rpm build-arch
build-deb:
+ @mkdir -pv ./build
@nfpm pkg --packager deb --target ./build/
build-rpm:
+ @mkdir -pv ./build
@nfpm pkg --packager rpm --target ./build/
build-arch:
+ @mkdir -pv ./build
@nfpm pkg --packager archlinux --target ./build/
chglog:
@chglog init
+
+clean:
+ @rm -rv ./build