summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: