From 785b6db6e7fc312a18da4352673027c2b91d3789 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 14:51:18 -0600 Subject: minimal go mod files Signed-off-by: Jeff Carr --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7532d0..30a71fd 100644 --- a/Makefile +++ b/Makefile @@ -28,20 +28,6 @@ update: git pull go get -v -t -u ./... -# sync repo to the github backup -# git remote add github git@github.com:wit-go/gui.git -github: - git push origin master - git push origin devel - git push origin --tags - git push github master - git push github devel - git push github --tags - @echo - @echo check https://git.wit.org/gui/gui - @echo check https://github.com/wit-go/gui - @echo - doc: godoc -v -- cgit v1.2.3