summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5354e43..5a51a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,14 @@ deb-with-commits-all:
forge normal
wit build deb --all --force
+deb-with-commits-all-riscv64:
+ make commit
+ make merge
+ rm -f ~/incoming/*.deb
+ forge commit --all
+ forge normal
+ wit build deb --all --force --arch riscv64
+
all:
forge commit --all
forge merge --all