diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,12 +14,12 @@ RESET := \033[0m # Define the start, stop, and step for "short" runs (including triple loops) S_START:= 100 -S_END := 300 +S_END := 3500 S_STEP := 100 # And the step and end for "long" runs without triple loops. # Automatically they start at S_END defined earlier -L_END := 800 +L_END := 12000 L_STEP := 500 |
