summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index fb179e9..9b265b0 100644
--- a/Makefile
+++ b/Makefile
@@ -64,23 +64,16 @@ commit:
merge:
forge merge --all
-deb-with-commits:
- forge commit --all
- forge merge devel
- rm -f ~/incoming/*.deb
- forge commit --all
- forge normal
+debs:
wit build deb
-deb-with-commits-all:
+debs-all:
make commit
- make merge
+ forge merge devel
rm -f ~/incoming/*.deb
- forge commit --all
- forge normal
- wit build deb --all --force
+ wit build deb --all
-deb-with-commits-all-riscv64:
+debs-with-commits-all-riscv64:
make commit
make merge
rm -f ~/incoming/*.deb