diff --git a/Makefile b/Makefile index 2d94a40..0fc75ca 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,11 @@ else SYS_PYTHON := python3 SYS_VIRTUALENV := virtualenv BIN := $(ENV)/bin - OPEN := open + ifneq ($(findstring cygwin, $(PLATFORM)), ) + OPEN := cygstart + else + OPEN := open + endif endif MAN := man