summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 20:44:00 -0500
committerJeff Carr <[email protected]>2025-10-07 20:44:00 -0500
commitfebcf44d5386f8fc20ab752f0416955f35375335 (patch)
treeec0b16c1ffcda58fc863b62bca321c00e852b118
parent4be7ade52e35c3f9af51c7e4842f96a2f22971a8 (diff)
make to repackage them all
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81bb8fb..85fec29 100644
--- a/Makefile
+++ b/Makefile
@@ -76,3 +76,11 @@ publish:
forge show
wit build deb --verbose
forge normal
+
+deb:
+ wit build deb --verbose
+ forge normal
+
+deb-all:
+ wit build deb --verbose --all
+ forge normal