From 091a8658b38c0ad16b82855c88055c733fff175d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Nov 2021 02:23:20 -0500 Subject: [PATCH] BLAH: finish last task Signed-off-by: Jeff Carr --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ff5242e..f2a8f14 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VERSION = $(shell cat resources/VERSION) # PATH=/usr/bin:$PATH go version run: new-build - ~/go/bin/wit-debian-gui + ~/go/bin/debian-gui new-build: # go mod edit -replace git.wit.org/wit/gui=/home/jcarr/go/src/git.wit.org/wit/gui @@ -41,7 +41,7 @@ gomod-clean: rm -f go.* sudo: new-build - sudo ~/go/bin/wit-debian-gui + sudo ~/go/bin/debian-gui # https://golang.cafe/blog/golang-debugging-with-delve.html # debug using 'delve' @@ -92,7 +92,7 @@ gaper: gaper node002: new-build - strip ~/go/bin/wit-debian-gui - -ssh root@node002 rm /root/wit-debian-gui - scp ~/go/bin/wit-debian-gui root@node002: - ssh -X root@node002 /root/wit-debian-gui + strip ~/go/bin/debian-gui + -ssh root@node002 rm /root/debian-gui + scp ~/go/bin/debian-gui root@node002: + ssh -X root@node002 /root/debian-gui