diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ test: $(TARGET) # Run performance benchmark benchmark: $(TARGET) @echo "=== Running performance benchmark ===" - ./$(TARGET) $(EXAMPLE_FILE) benchmark $(ITERATIONS) + ./$(TARGET) benchmark # Memory test using valgrind (if available) memtest: |