diff options
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: |
