summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 16:44:48 -0600
committerJeff Carr <[email protected]>2024-11-06 16:44:48 -0600
commit9242d7a35fc12a978a4cb2a1410f776e02fe5653 (patch)
tree68672fcd65422b553a5fdfe6b76df7e0b6c91db9 /Makefile
parent507a8117e1f72231753cb6aed923ed969049be98 (diff)
cleanup packaging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8ea397..86fd2a0 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,8 @@ clean:
# makes a .deb package
debian:
- go-deb --no-gui --repo go.wit.com/apps/gowebd
+ rm ~/incoming/gowebd*.deb
+ go-deb --no-gui --keep-files --repo go.wit.com/apps/gowebd
squash-the-last-3-commits-together:
git rebase -i HEAD~3