summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 05:01:51 -0500
committerJeff Carr <[email protected]>2025-10-13 05:01:51 -0500
commit993e71a257083caa30f46c909e32f3da5cc39117 (patch)
treeed35aa00abaf19c9816b0d54bc0c59caaf03f734
parent2ab5bd6641c60109b2e12c424984489230196626 (diff)
make build with only new packages
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8552dbe..0a6881e 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,12 @@ deb-with-commits:
rm -f ~/incoming/*.deb
forge commit --all
forge normal
+ wit build deb --force
+
+deb-with-commits-all:
+ rm -f ~/incoming/*.deb
+ forge commit --all
+ forge normal
wit build deb --all --force
all: