Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jul 21, 2023
1 parent 03eb1b4 commit adeac18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/block-generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clean-generator:
rm -f block-generator

debug-blockgen:
python run_runner.py \
python scripts/run_runner.py \
--conduit-binary ./conduit \
--scenario $(SCENARIO) \
--report-directory $(REPORTS) \
Expand All @@ -38,7 +38,7 @@ run-runner: block-generator
--report-directory $(REPORTS)

clean-reports:
rm -rf $(REPORTS)
rm -rf $(REPORTS)

pre-git-push:
mv _go.mod go.mod
Expand Down

0 comments on commit adeac18

Please sign in to comment.