Skip to content

Commit

Permalink
Makefile_v1: note that SimpleLra requries Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Dec 14, 2024
1 parent 1c7e365 commit f7997fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile_v1
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7997fd

Please sign in to comment.