aboutsummaryrefslogtreecommitdiffhomepage
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 00000000..e1eef6b7
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+HAKUREI_DIST_MAKE=1 exec "$(dirname -- "$0")/cmd/dist/dist.sh"