diff --git a/Makefile b/Makefile index b90c1b7add..ea0b295c6b 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,10 @@ start-frontend: # Run the app run: @echo "Running the app..." + @if [ "$(OS)" == "Windows_NT" ]; then \ + echo "`make run` is not supported on Windows. Please run `make start-frontend` and `make start-backend` separately."; \ + exit 1; \ + fi @mkdir -p logs @rm -f logs/pipe @mkfifo logs/pipe