From fd592e822216419fdf74f4b2a417e948da86451a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Jan 2025 21:52:48 -0600 Subject: more cleanups due to bash completion working. hell ya --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Makefile b/Makefile index 2b7929f..f1df801 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,7 @@ BUILDTIME = $(shell date +%Y.%m.%d) info: install @echo "make restart # remove the repos.pb file" - @echo "make private # only the private ones" - @echo "make mine # just show my repos" @echo "make pull-mine # run git pull on my repos" - @echo "make dirty # CheckDirty()" forge vet: @@ -22,7 +19,6 @@ install: goimports vet -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" goimports: - reset goimports -w *.go @# // to globally reset paths: @# // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go @@ -30,15 +26,6 @@ goimports: gocui: install forge --gui gocui >/tmp/forge.log 2>&1 -private: install - forge list --private - -pull-mine: install - forge pull --mine - -mine: install - forge list --mine - patches-make: install forge --patchset "from makefile 2" @@ -51,9 +38,6 @@ patches-list: install patches-apply-230233: install forge --apply /tmp/2024.12.27.230233.submitted.pb -dirty: install - forge dirty - restart: reset -rm ~/go/src/repos.pb -- cgit v1.2.3