From 5fcdd19170fc1c792a4e93505bd554cca27433cc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 18:24:58 -0600 Subject: rm more old code --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0bde9f7..69f5f59 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ VERSION = $(shell git describe --tags) all: @echo to test: 'make test' + @echo open test win: 'make tempWin' @echo @echo run this from the autotypist dir: @echo " GUIRELEASE_REASON=notsure guireleaser" @@ -67,7 +68,7 @@ redomod: curl-help: curl --silent http://localhost:9419/help -curl-tempWin: +tempWin: curl --silent http://localhost:9419/tempWin curl-rescan-All: -- cgit v1.2.3