aboutsummaryrefslogtreecommitdiff
path: root/bin/mkrelease.sh
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-28 15:52:23 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-28 15:52:23 +0100
commit017b7347f27a1553ff39d7b77ad7c65b731af03f (patch)
treea09b646e5d785931a68ab8c25b0833bca330f2ef /bin/mkrelease.sh
parent8f5849052f6ba7f9115f7f68a1fd0e7eaa1fe7b8 (diff)
Update the utilities to make building a new release easier
Diffstat (limited to 'bin/mkrelease.sh')
-rwxr-xr-xbin/mkrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mkrelease.sh b/bin/mkrelease.sh
index b5de149..5dc036d 100755
--- a/bin/mkrelease.sh
+++ b/bin/mkrelease.sh
@@ -15,8 +15,8 @@ main()
# Make the release
cd -- "$BASEDIR"
- make -f tools/star/Makefile all VERSION="$1"
- make -f tools/star/Makefile release VERSION="$1"
+ make -f tools/star/Makefile all VERSION="$1" \
+ && make -f tools/star/Makefile release VERSION="$1"
}
opts()