diff --git a/Makefile_v1 b/Makefile_v1 index eb0bcd1..fe12dae 100644 --- a/Makefile_v1 +++ b/Makefile_v1 @@ -601,7 +601,7 @@ endif .phony: start_Simple stop_Simple start_Simple: @echo "start SimpleLra" - @cd SimpleLra && ./RunLra.sh & + @cd SimpleLra && ./RunLra.sh & # requires Java 8 @sleep 2 stop_Simple: