clean exit from make

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-18 16:46:34 -06:00
parent 9614be7463
commit df1a320239
2 changed files with 3 additions and 2 deletions

View File

@ -55,8 +55,8 @@ update:
debian:
cd debian && make
dpkg-deb -c go-gui-toolkit*.deb
-wit mirrors
@#dpkg-deb -c ../go-gui-toolkit*.deb
@#-wit mirrors
goget:
go get -v -t -u

1
debian/Makefile vendored
View File

@ -55,5 +55,6 @@ build:
@echo
@echo '#######################'
cd .. && dpkg-deb --info ../${BASENAME}_${VERSION}_amd64.deb
cd .. && dpkg-deb -c ../${BASENAME}_${VERSION}_amd64.deb
@echo '#######################'
@echo