diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 18:24:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 18:24:58 -0600 |
| commit | 5fcdd19170fc1c792a4e93505bd554cca27433cc (patch) | |
| tree | 4d972a28e81bb7288244c793c52f3b221d38a8ce /Makefile | |
| parent | 2007be922c7024e30a1bc718b66a72f48b7728d0 (diff) | |
rm more old code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
