From 430de13fba8e50d51e46ee4adb362f2549661431 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 21:03:29 -0600 Subject: update for 'gui/toolkit' move Signed-off-by: Jeff Carr --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16a3b3a..01cb279 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ github: @echo check https://github.com/wit-go/gui @echo -# git push -u github master -# git push -u github devel -# git push github --tags +init-github: + git push -u github master + git push -u github devel + git push github --tags -- cgit v1.2.3